control.php
来自「通达OA2007SE源代码 非常好的」· PHP 代码 · 共 34 行
PHP
34 行
<?
include_once 'inc/auth.php';
echo '
<html>
<head>
<title>打印</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
';
echo '<s';
echo 'cript Language="JavaScript">
function print_preview()
{
parent.form_view.MyWebBrowser.innerHTML="<OBJECT id=WebBrowser classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 width=0></OBJECT>";
parent.form_view.focus();
parent.form_view.WebBrowser.ExecWB(7,1);
}
</script>
</head>
<body class="bodycolor" topmargin="7" leftmargin="1">
<table class="Big1" width="100%">
<tr class=';
echo '"Small">
<td align="right" nowrap>
<input type="button" value="打印" class="SmallButton" onclick="parent.form_view.myprint()">
<input type="button" value="打印预览" class="SmallButton" onclick="print_preview()">
<input type="button" value="关闭" class="SmallButton" onclick="parent.close();">
</td>
</tr>
</div>
</body>
</html>
';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?