📄 page_dialog_collection_form.html.asp
字号:
<!-- #include file="header.html.asp" -->
<body bgcolor="menu">
<%Call ActionView(CONST_ACTION_FUNC)%>
<table width="95%" border="0" align="center" cellpadding="2" cellspacing="1">
<tr>
<td>
<form name="vbform" action="dialog_collection_save.asp" method="post">
<input type="hidden" name="intOID" value="<%=TAG_intOID%>">
<input type="hidden" name="iptType" value="<%=TAG_intType%>">
<b><%=TAG_strClew%></b>
<p><input class="submit" type="submit" value="确定" >
<input type="button" value="关闭窗口" onclick="javascript:window.close();" >
</form>
</td>
</tr>
</table>
</body>
<!-- #include file="footer.html.asp" -->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -