📄 selectseal.htm
字号:
<html>
<head>
<title>电子印章列表</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel='stylesheet' type='text/css' href='dialog.css'>
<script language=javascript>
function CheckValue(theForm)
{
var mObject = window.dialogArguments;
mObject.SelectValue=theForm.WordList.value;
window.close();
return;
}
</SCRIPT>
</head>
<body bgcolor="menu">
<form name="FormSelect">
<table border=0 cellspacing='0' cellpadding='0' width=100% height=100% align=center>
<tr>
<td align=center>
<table border=0 cellspacing='0' cellpadding='0'>
<tr>
<td align=left nowrap></td>
<td align=left nowrap class="TDStyle">请选择您要加盖的电子印章</td>
</tr>
<tr>
<td align=right nowrap class="TDStyle"></td>
<td><select name=WordList style='width:240 px;'><option value='seal01.esf'>合同专用章</option>
<option value='seal02.esf'>公司章</option>
</select></td>
</tr>
<tr>
<td align=left nowrap></td>
<td class="TDStyle"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td align=center>
<input class=button type=button value=" 确定 " onclick="CheckValue(FormSelect);">
<input class=button type=button value=" 取消 " onclick="window.close();">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -