<xmp>
<div style="padding-top:4px;padding-bottom:4px;" align="right">
  <input style="width:100px;height:22px;" type="button" class="CustButton" name="ok" id="__idButtonOK" value="保 存" onclick="propok_onclick()">
  <input style="width:100px;height:22px;" type="button" class="CustButton" name="cancel" id="__idButtonCancel" value="取 消" onclick="propcancel_onclick()">
</div>
</xmp>

解决方案 »

  1.   

    <input TYPE="button" NAME="view" VALUE="查看本页原代码" OnClick="window.location=&quot;view-source:&quot;+window.location.href">
      

  2.   

    谢谢大家的回复!
    我是希望以如下方式得到IE窗口中显示页面的html源文件:
    <script language=javascript>
      var str = docoument.source // ye, I know there's no "source" 
                                 // property, is there any other 
                                 // substitute?
      
      // process on str here
    </script>
      

  3.   

    to: saucer(思归) 
    Thanks a lot!
    That's what I want, 20 point!!