나만의정리함

index.htm

서나노야 2006. 9. 14. 18:30
 

index.htm



<html>

<head>

<title>프레임나누기 </title>

</head>


<frameset cols="185,*">

   <frame name="left" src="A.htm">

   <frame name="right"src="B.htm">

   </frameset>

</html>