📄 signatureeditfrm.aspx
字号:
<%@ Page language="c#" Codebehind="SignatureEditFrm.aspx.cs" AutoEventWireup="false" Inherits="OI.DocTemplate.Signature.SignatureEditFrm" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>印章管理</title>
<link rel='stylesheet' type='text/css' href='../../test.css'>
<script language="javascript">
function Load(){
webform.WebOffice.ServerPath="<%=mServerUrl%>";
webform.WebOffice.RecordID="123";
webform.WebOffice.Template="1";
webform.WebOffice.FileName="12";
webform.WebOffice.FileType=".doc";
webform.WebOffice.EditType="1";
webform.WebOffice.UserName="admin";
//webform.WebOffice.WebOpen(); //打开该文档
AddSignature();
//StatusMsg(webform.WebOffice.Status);
}
function UnLoad(){
try{
if (!webform.WebOffice.WebClose()){
StatusMsg(webform.WebOffice.Status);
}else{
StatusMsg("关闭文档...");
}
}catch(er){}
}
function AddSignature()
{
webform.WebOffice.WebNewSignaTrue();
window.opener.location.href="SignatureList.aspx";
window.close();
}
</script>
</HEAD>
<body bgcolor="#ffffff" onload="Load()" onunload="UnLoad()">
<form name="webform" method="post">
<OBJECT codeBase="../../FairyWebOfficeOcx.ocx" height="0%" width="0%" classid="clsid:3010A4BD-B471-4146-95D8-4927D5C5C79F"
name="WebOffice" VIEWASTEXT>
<PARAM NAME="Visible" VALUE="0">
<PARAM NAME="AutoScroll" VALUE="0">
<PARAM NAME="AutoSize" VALUE="0">
<PARAM NAME="AxBorderStyle" VALUE="1">
<PARAM NAME="Caption" VALUE="FairyWebOffice">
<PARAM NAME="Color" VALUE="2147483663">
<PARAM NAME="Font" VALUE="MS Sans Serif">
<PARAM NAME="KeyPreview" VALUE="0">
<PARAM NAME="PixelsPerInch" VALUE="96">
<PARAM NAME="PrintScale" VALUE="1">
<PARAM NAME="Scaled" VALUE="-1">
<PARAM NAME="DropTarget" VALUE="0">
<PARAM NAME="HelpFile" VALUE="">
<PARAM NAME="DoubleBuffered" VALUE="0">
<PARAM NAME="Enabled" VALUE="-1">
<PARAM NAME="Cursor" VALUE="0">
<PARAM NAME="HelpType" VALUE="0">
<PARAM NAME="HelpKeyword" VALUE="">
<PARAM NAME="ServerPath" VALUE="">
<PARAM NAME="RecordID" VALUE="">
<PARAM NAME="Template" VALUE="">
<PARAM NAME="FileName" VALUE="">
<PARAM NAME="FileType" VALUE="">
<PARAM NAME="EditType" VALUE="0">
<PARAM NAME="UserName" VALUE="">
<PARAM NAME="Model" VALUE="0">
<PARAM NAME="Status" VALUE="">
</OBJECT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -