HTML不需要转换直接使用即可!ASP.net提供了很方便的代码分离!

解决方案 »

  1.   

    但是我要接着那个  HTM 做 完成他   上面那哥跟我说直接改后缀  在ASP.net中  错误出现200多一下
      

  2.   

    关键问题是  那个 HTM是用WEB里的框架做的在ASP.net中不支持 frameset比如说这段代码你改给我看下
    <html>
    <head>
    </head>
    <title><%=citytitle%>管理中心</title><frameset framespacing="0" id=frameset border="false" cols="200,10,*" frameborder="0">
      <frame src="left.htm" id="left" name="left" scrolling="yes"  >
      <frame src="leftFrame.htm" name="leftFrame" id="leftFrame" scrolling="NO" noresize >
    <frameset name=mm id=mm rows="0,10,*" frameborder="NO" border="0" framespacing="0"> 
      <frame src="UntitledFrame-1.html" id="top" name="top" scrolling="NO" noresize >
      <frame src="top.htm" name="topFrame" id="topFrame" scrolling="NO" noresize >
      <frame src="UntitledFrame-1.html" name="right" id="main" scrolling="yes" marginwidth="0" marginheight="0" >
    </frameset>
    </frameset>
      <noframes>
    <body bgcolor="#efefef" topmargin="0" leftmargin="0">
      <p>This page uses frames, but your browser doesn't support them.</p>
      </body>
      </noframes>
    </html>