| 发表于:2007-01-04 15:16:317楼 得分:0 |
你的语句弄错了吧.我的是可以的。 <p> <input type= "button " value= "打印 " class= "buttoncss " onclick= "document.all.webbrowser.EXECwb(6,1) "> <input type= "button " value= "直接打印 " class= "buttoncss " onclick= "document.all.webbrowser.EXECwb(6,6) "> <input type= "button " value= "页面设置 " class= "buttoncss " onclick= "document.all.webbrowser.EXECwb(8,1) "> </p> <p> <input type= "button " value= "打印预览 " class= "buttoncss " onclick= "document.all.webbrowser.EXECwb(7,1); "> <input type= "button " value= "关闭窗口 " class= "buttoncss " onclick= "javascript:window.close() "> </p> | | |
|