Frame target: Display, _new, _self, _top : frame « Tags « HTML / CSS






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

1.'frame' creates a single frame within the 'frameset' element
2.Frameset in Columns
3.Frameset in Rows
4.If the frameset is not support
5.Frameset: Column inside Row
6.Noresize Frameset
7.Frameset column with size
8.This document uses frames
9.Floating Frame Example
10.Frames example
11.'marginheight' sets the size, in pixels, of the top and bottom margins of a frame
12.'marginwidth' sets the left and right margins in pixels
13.'noresize' Example