View Full Version : Frame targeting is messed up-why?
kacha
12-15-1999, 10:09 AM
In the following URL, the link from the button "take me to the daily devo" targets the navbar frame when I want it to target "self" - and nothing I seem to do can make it work correctly. any ideas why this is messed up?
http://www.tripthelightfantastic.com/etoimoi/ETOpages/ph2main4.html
Also in the following URL, the search query targets the navbar, too, and I want it to target "self".
http://www.tripthelightfantastic.com/etoimoi/ETOpages/ph2main5.html
WayneK
12-15-1999, 11:15 AM
Kacha,
It works for me in IE 5
But I see you have named the frames with the same names.
you can give each fame a unique name and use that for the targets
<frameset rows="82,*" border="0" framespacing="0" frameborder="NO">
<frame src="ph2navbar.html" <font color=#FF0000>name="No Name" <--- </font>scrolling="NO" noresize>
<frame src="ph2-4-frame.html" <font color=#FF0000>name="No Name" <---</font> scrolling="NO" noresize>
</frameset>
<A href="stuff.htm" target="mainframe"> stuff </A>
if you wanted to replace everything see sneakydave's suggestion
hope this helps
[This message has been edited by WayneK (edited 12-15-99)]
SneakyDave
12-15-1999, 11:16 AM
They seem to work fine for me in Netscape... Did you fix them?
I think you can replace the entire window (without opening a new one) by using TARGET=_TOP
I may be wrong.
[This message has been edited by SneakyDave (edited 12-15-99)]
vBulletin® v3.6.8, Copyright ©2000-2013, Jelsoft Enterprises Ltd.