就好比asp中的<!--#include file="a.html"-->

解决方案 »

  1.   

    把HTML文件做成ASCX,然后就可以引入到aspx中来了
      

  2.   

    用框架包含:
    <iframe id="aa" src="a.html"></iframe>
      

  3.   

    ascx一定要运行在runat="server"的Form里.如果我ascx里有个html的post Form怎么办?
      

  4.   

    <HTML XMLNS:IE>
    <SCRIPT>
    function onDownloadDone(s) { alert (s); }
    </SCRIPT>
    <IE:Download ID="oDownload" STYLE="behavior:url(#default#download)" />
    <P>Click <A HREF="javascript:oDownload.startDownload('download.htm',
    onDownloadDone)">here</A> to begin downloading this page.
    用这个技术就可以....不过只能在ie里还有就是
    一样可以用<!--#include file="xxx.html"-->....
      

  5.   

    这个是ssi指令集,shtml也支持这个...