Cyber Tech Help Support Forums
>
Software
>
Web Development & Graphic Design
> new window
PDA
View Full Version :
new window
wolf202
October 17th, 2002, 11:44 PM
how do a make a new window from a link i know that i should know this but i don't so could yah give me some help?
:rolleyes: Matt:no:
degsy
October 18th, 2002, 01:01 AM
For HTML ou can use the TARGET attribute.
_blank will open a new browser window.
<a href="mylink.html" target="_blank">link</a>