|
|
|
Title: Target Page URL: http://www.activejump.com/k-4.shtml Email: webmaster@activejump.com
Introduction
<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.
In the example below, the HTML for the link is
<FRAME SRC="http://www.web-site-1.com" NAME="page1">
</FRAMESET>
|