|
-
June 4th, 2001, 05:11 AM
#1
Hyperlink tag
Is there a way to force a hyperlink to open in a new window ?? My site uses frames at the moment, and I would prefer hyperlinks to external sites to open as new windows.
Cheers in advance,
Saber <IMG SRC="smilies/cool.gif" border="0"> <IMG SRC="smilies/biggrin.gif" border="0"> <IMG SRC="smilies/cool.gif" border="0">
-
June 4th, 2001, 05:19 AM
#2
I am sure i anserd to this one more then one time - but here it go:
you insert the words TRAGET="_blank" into the "A" Tag.
It look's like this (only without the ***
<*a href="http://www.highvid.com" TARGET="_blank">www.highvid.com<*/a*>
-
June 6th, 2001, 10:02 AM
#3
For future reference - the TARGET command also uses;
TARGET="_blank" - Creates a new blank window.
TARGET="_self" - Opens link in same window or frame (default).
TARGET="_parent" - Much like _self but this resets the browser first, removing all frames.
TARGET="_top" - Creates a new window, but not as a child window.
You can also give frames names within the FRAMESET tag, so you can later reference to them. So TARGET could equal;
TARGET="leftFrame"
TARGET="rightFrame"
TARGET="oneWindow"
TARGET="otherWindow"
......anyway, yeah I'm bored!
Cheers!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|
Bookmarks