⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 control.php

📁 通达OA官方提供的30源代码,感觉很实在
💻 PHP
字号:
<?
include_once("inc/auth.php");
?>

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

<script 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="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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -