Change two frames at once with a Hotspot

G

Guest

I've got hotspots set up in a side border that I want to change both frames in the website at the same time. ie. Click on Info and the big frame displays a picture while the little frame displays text. I've got java script on how to change two frames at once, but FrontPage is not showing the html for the hotspots. Anybody got any ideas?
 
S

Steve Easton

If it is using a document.all statement is it pointing to the correct frame
name??
Example:
document.all.framename.innerHTML
and is the name identified in the frame:
example:
<frame name="framename"


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

Joybeanstudios said:
I've got hotspots set up in a side border that I want to change both
frames in the website at the same time. ie. Click on Info and the big
frame displays a picture while the little frame displays text. I've got
java script on how to change two frames at once, but FrontPage is not
showing the html for the hotspots. Anybody got any ideas?
 

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