<HTML>
<head><Title>Example For target</Title></head>
<BODY>
<a href="http://www.w3c.org" target="_blank">W3C Consortium (blank)</a>
<br>
<a href="http://www.microsoft.com" target="_parent">Microsoft home page (parent)</a>
<br>
<a href="http://www.yahoo.com" target="_self">Yahoo home page (self)</a>
<br>
<a href="http://www.amazon.com" target="_top">Amazon home page (top)</a>
</BODY>
</HTML>
|