print.aspx
<OBJECT id="WebBrowser" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"
VIEWASTEXT></OBJECT>
<input name="Button" onClick="document.getElementById('WebBrowser').ExecWB(8,1);" type="button" value="页面设置">
<input name="Button" onClick="document.getElementById('WebBrowser').ExecWB(6,1)" type="button" value=" 打 印 ">
<input name="Button" onClick="document.getElementById('WebBrowser').ExecWB(6,6)" type="button" value="直接打印">
<input name="Button" onClick="window.close();" type="button" value=" 关 闭 ">在IE上可以运行显示,但在firefox,单击按钮没有任何反应,请教要怎么写呢?