PDA

View Full Version : HTML Question



Marcus Telcontar
Mar 18th, 2002, 11:03:34 PM
What is the code to create a link that opens in a new window?

Shawn
Mar 18th, 2002, 11:07:12 PM
IIRC, target="blank"

google (http://www.google.com/)

TheHolo.Net
Mar 18th, 2002, 11:07:29 PM
Link (http://www.URLhere.com)

TheHolo.Net
Mar 18th, 2002, 11:08:08 PM
Any target other than self should suffice.

Marcus Telcontar
Mar 18th, 2002, 11:10:16 PM
Danke.

Shawn
Mar 18th, 2002, 11:10:40 PM
heh... I provided an example link, but I forgot vB automatically opens links in new windows, anyway. :p

Charley
Mar 19th, 2002, 12:46:28 AM
(greedily steals html code for project)

THANK YOU >D>D>D

Alpha
Mar 19th, 2002, 02:11:14 PM
Thanx! I was wondering this too! :)

TheHolo.Net
Mar 19th, 2002, 02:13:10 PM
If used correctly links that open in such a “pop up” style window can all be made to open in the same window.

Its all based on using the same or different window (target) names.