JS頁面打印預覽功能

點擊按鈕後就能夠直接打印預覽,而且隱藏了按鈕,若是你不但願按鈕顯示,能夠把那部分代碼刪除就能夠了。javascript

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>打印預覽</title>
</head>html

<body>
<OBJECT classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0" id="WindowPrint"
name="WindowPrint" width="0"></OBJECT>java

<script language="javascript" type="text/javascript">
function printpreview()
{
WindowPrint.execwb(7,1);
}
</script>ui

<input type="button" name="Btn_printPreviw" value="打印預覽"
onclick="javascript:this.style.display='none';printpreview();" /> this

</body>htm

</html>ip

相關文章
相關標籤/搜索