Empeethree
IS-IT--Management
Hey all,
I have been racking my brain trying to figure this out. I have a website that has an index page with one iframe in it. Then a couple pages have two iframes ( a menu frame and content frame). I am trying to get it so when i click on a link back to a page with one frame from the two frame page it goes back to the index page and puts the correct on content in its iframe. I found something on here that works but I have to double click it. I only want them to have to single click.
here is an example of what i tried
<area href="index.htm" target="_top" onClick="javascriptarent.main.location='project/project.htm' shape="rect" coords="460, 5, 523, 22">
<area href="index.htm" target="_top" onClick="javascriptarent.main.location='services.htm' shape="rect" coords="526, 7, 583, 21">
<area target="_top" href="index-resume.htm" shape="rect" coords="589, 7, 652, 21">
here is the actual site in question
I know just enough about javascript to get by.. so I cant figure this one out..
thanks in advance
rob
--------------------------------------
Trying is the first step to failure
Homer Simpson
--------------------------------------
I have been racking my brain trying to figure this out. I have a website that has an index page with one iframe in it. Then a couple pages have two iframes ( a menu frame and content frame). I am trying to get it so when i click on a link back to a page with one frame from the two frame page it goes back to the index page and puts the correct on content in its iframe. I found something on here that works but I have to double click it. I only want them to have to single click.
here is an example of what i tried
<area href="index.htm" target="_top" onClick="javascriptarent.main.location='project/project.htm' shape="rect" coords="460, 5, 523, 22">
<area href="index.htm" target="_top" onClick="javascriptarent.main.location='services.htm' shape="rect" coords="526, 7, 583, 21">
<area target="_top" href="index-resume.htm" shape="rect" coords="589, 7, 652, 21">
here is the actual site in question
I know just enough about javascript to get by.. so I cant figure this one out..
thanks in advance
rob
--------------------------------------
Trying is the first step to failure
Homer Simpson
--------------------------------------