page_dialog_collection_form.html.asp
来自「1] 校友多种方式注册认证[直接注册,答问注册,认证注册] 2] 校友论坛 」· ASP 代码 · 共 18 行
ASP
18 行
<!-- #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 + =
减小字号Ctrl + -
显示快捷键?