<style>
@media print {
.noprint {display:none}
}
</style>
<script language="javascript">
self.moveTo(0,0);
self.resizeTo(screen.availWidth,screen.availHeight)
function printsetup(){
// 打印页面设置
wb.execwb(8,1);
}
function printpreview(){
// 打印页面预览
wb.execwb(7,1);
}
function printit()
{
if (confirm('确定打印吗?')) {
wb.execwb(6,6)
}
}
function closepage()
{
window.close();
}
</script>
<form method="POST" action="--WEBBOT-SELF--">
<table border="0" width="100%" id="table3" class="p">
<tr>
<td align="center">
<input type=button name=button_print value="打印" onclick="javascript:printit()" class="button4">
<input type="button" name=button_setup value="打印页面设置" onclick="javascript:printsetup();" class="button4">
<input type="button" name=button_show value="打印预览" onclick="javascript:printpreview();" class="button4">
<input type="button" name=button_fh value="关闭" onclick="closepage();" class="button4">
</td>
</tr>
</table></form>