View Full Version : popups
Elaborate
08-03-2002, 03:54 AM
okay i am having trouble with my links i have a link inside of a frame that i click on and it shows up inside of te frame. How can i make it so that the page opens like it would if i were to put the link in the address bar?
joh6nn
08-03-2002, 04:44 AM
<A HREF="whatever.htm" TARGET="_top">click click</A>
TARGET allows you to tell the link where to load. if your frames are named, you could make the link load into any of the frames. there are also four special names:
_top, which loads the link into the top of the winde (ie, over the top of all frames, like if you typed into the location bar)
_parent, which will load the link into the frameset immediately above the current frame.
_self, which is the default. it means load the link into the current frame.
_blank, which will load the frame into a blank new window.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.