Change two frames at once with a Hotspot

J

Joybeanstudios

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?
 
Top