Click to See Complete Forum and Search --> : I can't figure this out...


RaiN
03-02-2003, 09:49 PM
I have made a navigation bar with the onMouseOver script for the cells, and I have onClick='window.location.href='index.html'" and I am also using Iframes, so the target="content" doesn't work... if you don't understand click on THIS (http://www34.brinkster.com/teamkob/home.html)
If you could help that would be great! :)

pyro
03-02-2003, 10:06 PM
I think you are looking for something more like top.iframename.location.href='...' where iframename is the name of your iframe...

RaiN
03-03-2003, 10:22 AM
Yea I know theres an error, I tried target.window.href='content'" I think thatz wut caused it, I haven't removed it yet. but thanx, I'll try that.