www.gusucode.com > CC校友录贴吧 CCBar源码程序asp编程 > template_c/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" -->