Target Page
Target Page
DescriptionThis allows you to have a link which opens a new window when clicked on. The tag for the link looks like TARGET="name". This adds on to the normal link tag, so the final result looks like <A HREF="url" TARGET="name">. The text, name, can be replaced with anything you want, which will be the name of the window that opens up. Choosing the same name for two links allows you to have both these links open in the same new window.
Code
<A HREF="http://www.activejump.com" TARGET="_blank">

Go To Home Page In New Browser Window

</A>
Output
Practice
Advertisements