How do I have a .html file appear in a layer in FrontPage?

G

Guest

I am using FrontPage 2003 and am trying to design a page with a table
containing two columns. The left column contains a menu list. When you
scroll over the items on the left differenet images will appear in the layer
on the right column. I will use onmouseover for those. The issue is when
one of the items on the left is clicked upon I want another .html file to
appear in the layer on the right. I'm not sure how to program that action.
Any help would be appreciated.
 
T

Trevor L.

jlolly said:
I am using FrontPage 2003 and am trying to design a page with a table
containing two columns. The left column contains a menu list. When
you scroll over the items on the left differenet images will appear
in the layer on the right column. I will use onmouseover for those.
The issue is when one of the items on the left is clicked upon I want
another .html file to appear in the layer on the right. I'm not sure
how to program that action. Any help would be appreciated.

You probably need to make the layer (do you mean <div> ?) into an Iframe

The mouseover could then load into the Iframe an html containing the image
and an "onclick=" could load the html page you want.

I haven't tried this, but it should work. If it isn't clear what I mean, I
can experiment if you want me to.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top