谢谢阿
<body >
<object id="WebBrowser" width=0 height=0 classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2">
</object>
<input type=button value=打印 onclick=document.all.WebBrowser.ExecWB(6,1)><br>
<input type=button value=直接打印 onclick=document.all.WebBrowser.ExecWB(6,6)><br>
<input type=button value=页面设置 onclick=document.all.WebBrowser.ExecWB(8,1)><br>
<input type=button value=打印预览 onclick=document.all.WebBrowser.ExecWB(7,1)><br>
<input type=button value=打开 onclick=document.all.WebBrowser.ExecWB(1,1)><br>
<input type=button value=另存为 onclick=document.all.WebBrowser.ExecWB(4,1)><br>
<input type=button value=属性 onclick=document.all.WebBrowser.ExecWB(10,1)><br>
<input type=button value=全选 onclick=document.all.WebBrowser.ExecWB(17,1)><br>
<input type=button value=刷新 onclick=document.all.WebBrowser.ExecWB(22,1)><br>
<input type=button value=关闭窗口 onclick=document.all.WebBrowser.ExecWB(45,1)><br>
</body>
我自己写的! 这个不带提示的!