AngelGurl
05-11-2003, 04:42 PM
I have 3 frames, 1 top 1 left and 1 big right. the left one can stay because thats where the links are but I want the top and big right to change. But when I make a link first of all I can't put in 2 link so it's either the top or the right and thats ofcourse the right and if I do that not the right but the left changes.
How can I fix this?!?!?!?!
Elentari
05-11-2003, 05:37 PM
So basically you're trying to change 2 frames at once when you click on the link? Ok, use the following code.
<a href="toptarget.html" onClick="parent.top.location='bigrighttarget.html'" target="bigright">
link name</a> <p><p>
Change the bold values to your own and the bit that says parent.top.location.......the middle word (in this case top) should be the name of the frame you want that to go into.
AngelGurl
05-12-2003, 01:12 PM
ok, I put the page that I want to be changed instead of toptarget.html and what I wanna change it into instead of the bigrighttarget.html and right instead of top, but what should I put instead of bigright? Next to target coz my code looks like this:
<a href="right.html" onClick="parent.right. location='info.html'" target="">
::Info over Jim:</a>
and if I click on the link a new pagew will pop up with 'Sorry, the page you requested was not found'