网页框架代码

      网站建设知识 2009-5-5 17:17

<
frameset rows="80,*" frameborder="no" border="0" framespacing="0">
<frame src="1.htm" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" />
<frame src="2.htm" name="mainFrame" id="mainFrame" />
</frameset>

 

 

<html>  
      <head>  
          <title>XXXX</title>  
      </head>  
  <frameset   id="frame"   framespacing="0"   border="false"   cols="180,*"   frameborder="0"   scrolling="yes">  
  <frame   name="left"     scrolling="auto"   marginwidth="0"   marginheight="0"   src="left.aspx"   noresize>  
  <frameset   framespacing="0"   border="false"   rows="35,*"   frameborder="0"   scrolling="yes">  
  <frame   name="top"   scrolling="no"   src="top.aspx">  
  <frame   name="main"   scrolling="auto"   src="About.aspx">  
  </frameset>  
  </frameset>  
  <noframes>  
  <body>  
  <p>This   page   uses   frames,   but   your   browser   doesn't   support   them.</p>  
  </body>  
  </noframes>  
  </html>

 

 

<html>  
  <head>  
  <meta   http-equiv="Content-Type"   content="text/html;   charset=gb2312">  
  <title></title>  
  </head>  
  <frameset   rows="80,*"   cols="*"   frameborder="NO"   border="0"   framespacing="0">  
      <frame   src="1.htm"   name="topFrame"   scrolling="NO"   noresize   >  
      <frameset   cols="80,*"   frameborder="NO"   border="0"   framespacing="0">  
          <frame   src="2.htm"   name="leftFrame"   scrolling="NO"   noresize>  
          <frame   src="3.htm"   name="mainFrame">  
      </frameset>  
  </frameset>  
  <noframes><body>  
  </body></noframes>  
  </html>

标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}