Frame target: Display, _new, _self, _top
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<TITLE>Framed Document One</TITLE>
</HEAD>
<BODY>
<H1>Framed Document One</H1>
<HR>
<H2 ALIGN="CENTER">Test Links</H2>
<UL>
<LI><A HREF="http://www.yahoo.com" TARGET="Display">
Yahoo in Display frame</A>
<LI><A HREF="http://www.hotbot.com" TARGET="_new">
HotBot in new window</A>
<LI><A HREF="http://www.infoseek.com" TARGET="_self">
Infoseek in this frame</A>
<LI><A HREF="http://www.excite.com" TARGET="_top">
Excite over whole window</A>
</UL>
</BODY>
</HTML>
Related examples in the same category