<frameset id="AllFrm" rows="86,*,24,0" border="0" framespacing="0" BORDER="0"> 
 <frame name="TopFrm" scrolling="NO" noresize src="Top.ASP" FRAMEBORDER="0" noresize>
      <frameset id="BodyFrm" cols="0,183,*" framespacing="0" BORDER="0"> 
      <frame SRC="inc/show.htm" name="show" scrolling="no" FRAMEBORDER="0" noresize>
          <frameset id="Menuframeset" rows="*,58" framespacing="0" BORDER="0">
          <frame name="Menu" id="Menu" SRC="Menu.htm" scrolling="no" FRAMEBORDER="0" noresize >
          <frame name="Menubt" id="Menubt" SRC="Menubt.htm" scrolling="no" FRAMEBORDER="0" noresize >
          </frameset>
          <frameset id="right" rows="38,*,18" framespacing="0" BORDER="0">
          <frame name="righttop" id="righttop" SRC="righttop.htm" scrolling="no" FRAMEBORDER="0" noresize >
 
等等。我拷贝到asp.net中,就不行,为什么,不能显示?

解决方案 »

  1.   

    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head runat="server">
        <title>无标题页</title>
    </head>
    <frameset rows="120,*,70" frameSpacing="0" frameBorder="0"  id="frm" >
    <!--top--> 
    <frame name="frmTop" src="TopMain.aspx" scrolling="no" marginwidth="2" marginheight="0">
    <frameset   frameSpacing="0"  borderColor="#E6E6E6" frameBorder="0" <%--scrolling="yes" --%>cols="16,81">
      <frame class="FrameLeft" name="frmLeft"  id="frmLeft" src="BreakfaithLeft.aspx" scrolling="yes" >
    <frame class="FrameRight" name="frmRight"  id="frmRight" src="BreakfaithRight.aspx"  scrolling="auto">

    </frameset>
    <frame name="frmBoot" src="BootMain.aspx" scrolling="no" marginwidth="1" marginheight="0">
    </frameset>
    </html>
    这个没问题我们就用这个