打不开设计视图,源视图代码如下!
<html>
<head>
<title>猫扑网络进销存综合管理系统 SQL For NET Version</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="111,*,26" cols="*" frameborder="no" border="0" framespacing="0" id="Frames" > 
  <frame name="topFrame" scrolling="no" noresize src="top.aspx" >
  <frameset id="myFrame" cols="173,23,*" frameborder="NO" border="0" framespacing="0"> 
    <frame name="leftFrame" noresize scrolling="auto" src="left.aspx">
<frame name="midFrame" noresize scrolling="no" src="middle.aspx">    
    <frame name="main" src="main.html" scrolling="auto">
  </frameset>
  <frame name="bottom" noresize scrolling="no" src="bottom.aspx"> 
</FRAMESET>
<noframes> 
</noframes> 
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes> 
</html>

解决方案 »

  1.   

    <html>
    <head>
    <title>猫扑网络进销存综合管理系统 SQL For NET Version </title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
    <frameset rows="111,*,26" cols="*" frameborder="no" border="0" framespacing="0" id="Frames" >
      <frame name="topFrame" scrolling="no" noresize src="top.aspx" >
      <frameset id="myFrame" cols="173,23,*" frameborder="NO" border="0" framespacing="0">
        <frame name="leftFrame" noresize scrolling="auto" src="left.aspx">
    <frame name="midFrame" noresize scrolling="no" src="middle.aspx">   
        <frame name="main" src="main.html" scrolling="auto">
      </frameset>
      <frame name="bottom" noresize scrolling="no" src="bottom.aspx">
    </FRAMESET>
    <noframes>
    </noframes>
    </body>
    </html>
      

  2.   

    好像frameset不能浏览视图吧!记得不清楚了。
      

  3.   

    删除frameset 再分别添加
    还可使用母版页
      

  4.   

    我是下载别人的源代码,删除frameset,就看不到别人怎样设计的。还有没有好的办法了?
      

  5.   

    有办法了,用dreamweaver就可以打开了。不知道为什么,各位可有解啊