 39-.

      ,      ,   .

,    .     . ,    ,     ,      .   ,        ,      .   ?

 , ,      <frame> - name (, name,  ,      :).  name  :


  	  	  	
<html>
<head>
<title>  </title>
</head>
<frameset cols="100,*" border="0">

<frameset rows="100,*">
<frame src="logo.html" scrolling="no" marginwidth="0" marginheight="0">
<frame src="menu.html">
</frameset>
<frame src="content.html" name="window-1">

</frameset>
</html>


 name      (    ,    content.html).

              (),     <a> target (target="_"),   , ,   .

  target     - menu.html.


  	  	  	
<html>
<head>
<title>  </title>
</head>
<body background="cherti3.gif" text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff">
<center>
<a href="content.html"></a>
<a href="tumki.html"></a>
<a href="bumki.html"></a>
<a href="tururumki.html"></a>
<a href="tra-la-la.html"></a>
</center>
</body>
</html>


   (menu.html),   .       target="window-1",  window-1 -   ,          (content.html).


  	  	  	
<html>
<head>
<title>  </title>
</head>
<body background="cherti3.gif" text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff">
<center>
<a href="content.html" target="window-1"></a>
<a href="tumki.html" target="window-1"></a>
<a href="bumki.html" target="window-1"></a>
<a href="tururumki.html" target="window-1"></a>
<a href="tra-la-la.html" target="window-1"></a>
</center>
</body>
</html>


,       ,     ,        ,       :)   - (index)  ,   ().

 ,   ,       ,     target   _top:

<a href="project.html" target="_top">   </a>

        ,  ()   (). 