HTML
|
JavaScript
Alignment
Basics
Character Codes
Colors
CSS
DIVS
Forms
Frames
Links
Lists and Bullets
Meta Tags
Multimedia
Pictures
Spacing
Tables
Text
Basic Frame
Frame Border
Frame Error
Scroll Bar
Target Page
Target Page
282
Target Page
Description
To 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
n/a
Advertisements