Target Page
Target Page
DescriptionTo specify the target page, you need to add the line TARGET="NAME" to the link tag, <A HREF="URL">, so the final result looks like this.

<A HREF="URL" TARGET="NAME">

The text NAME, is replaced by the name of the frame that you want the result of the link to appear in. Using this, you are able to have a link in one frame, and the result in another.
Code
n/a
Output
n/a
Practice
Advertisements