📄 reg.asp
字号:
<%
if request("post")="true" then
Response.Cookies("9cool_reg")="True"
response.redirect "reg2.asp"
end if
%>
<!--#include file="top.asp"-->
<TABLE class=tableborder cellSpacing=0 cellPadding=0 width=778 align=center
border=0>
<TBODY>
<TR>
<TD bgColor=#efefef height=22>
<TABLE cellSpacing=2 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle width="4%"><IMG height=13
src="images/class_ar.gif" width=13></TD>
<TD width="74%">您当前的位置:<A href="<%=siteurl%>"><%=site%></A> -> 会员注册</TD>
<TD align=middle width="22%"> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD bgColor=#d9d9d9 height=1></TD>
</TR>
<TR>
<TD height=5></TD>
</TR>
</TBODY>
</TABLE>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="tableborder">
<tr>
<td width="12" class=linebar> </td>
<td valign="top"><table width="98%" border="0" align="center" cellpadding="6" cellspacing="0">
<form method="post" name="regform" onSubmit="this.regsubmit.disabled=true;">
<input type="hidden" name="post" value="true">
<tr>
<td><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TR>
<TD width=150 bgColor=#AEC0EC><IMG height=18 src="" width=5><STRONG>第一步:</STRONG></TD>
<TD width=1 rowSpan=2><IMG height=1 src="" width=1></TD>
<TD bgColor=#e6e8ed><IMG height=15 src="" width=8> <font color="#FF0000">请认真阅读服务条款</font></TD>
</TR>
<TR>
<TD bgColor=#416194><IMG height=1 src="" width=1></TD>
<TD bgColor=#b7c1ce><IMG height=1 src="" width=1></TD>
</TR>
</TABLE> </td>
</tr>
<tr>
<td><p><%=rsconfig("content")%></p>
</td>
</tr>
<tr>
<td height="2"><hr size="1" noshade="noshade"></td>
</tr>
<tr>
<td align="center"><input name="regsubmit" type="submit" value="我同意(<%=regtime%>)" class=button>
<input name="button" type=button onClick="location.href='index.asp'" value="不同意" class=button></td>
</tr></form>
</table>
<script language="JavaScript">
var secs = <%=regtime%>;
var wait = secs * 1000;
document.regform.regsubmit.value = "我同意(" + secs + ")";
document.regform.regsubmit.disabled = true;
for(i = 1; i <= secs; i++) {
window.setTimeout("update(" + i + ")", i * 1000);
}
window.setTimeout("timer()", wait);
function update(num, value) {
if(num == (wait/1000)) {
document.regform.regsubmit.value = "我同意";
} else {
printnr = (wait / 1000)-num;
document.regform.regsubmit.value = "我同意(" + printnr + ")";
}
}
function timer() {
document.regform.regsubmit.disabled = false;
document.regform.regsubmit.value = "我同意";
}
</script></td>
</tr>
</table>
<!--#include file="links.asp"-->
<!--#include file="bottom.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -