readwordqf.asp

来自「网络办公系统」· ASP 代码 · 共 42 行

ASP
42
字号
<!--#include file="check.asp"-->
<html>
<head>
<title>办公自动化(OA)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="apply.css" type="text/css">
</head>
<script language="JavaScript">
function protect() {
web.protect()
}
function unprotect() {
web.unprotect()
}
function printout() {
web.printout()
}
</script>
  <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false">
        <table width="100%" border="0" cellspacing="0" cellpadding="0" height="524">
          <tr height="25" valign="middle"> 
          <td height="570" valign="top" align="left"> <object width="100%" classid="clsid:8C9AA244-AC33-47F9-8968-CC114654A6EC" codebase="web.ocx" id="web" height="570">
      </object>
		 </td>
          </tr>
          <tr valign="middle">
               
    <td height="30" valign="middle" align="center"> 
      <input type="button" name="print" value=" 打  印 " onClick="printout()" style="width:80px;height:24px">
      <input type="button" name="save2" value=" 关 闭 " onClick="window.close()" style="width:80px;height:24px">
    </td>
          </tr>
        </table>
			     <script language=javascript>
				 localfile="c:\\windows\\temp\\temp1234\\"+"<%=request("documentname")%>"
               web.openfile(localfile)
                setTimeout("protect()",20000) 
				      </script>


</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?