📄 reg.asp
字号:
<!--#include file="top.asp"-->
<%
if request("post")="true" then
session("reg")=True
response.redirect "reg2.asp"
end if
%>
<table width='770' border=0 align="center" cellpadding=0 cellspacing=0>
<tr valign=top align=center>
<td width='190'> <img src='images/reg_left_1.gif' name=reg_left width="160" height="200" border=0>
</td>
<td width='1' background="images/bg_vline.gif"></td>
<td> <table align="center" background="images/line01.gif" border="0" cellpadding="0" cellspacing="0" height="24" width="100%">
<tr>
<td height="21"> <img height="12" src="images/arrow.gif" width="12"> 当前位置:<a href="index.asp" title="首页"><%=site%></a> -> 用户注册</td>
</tr>
</table>
<br>
<table align="center" border="0" bordercolor="#000000" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td background="images/bar_bg.gif" width="18%"><img src="images/bar_left.gif" width="29" height="24" border="0"></td>
<td background="images/bar_bg.gif" width="79%"><font color="#993300">第一步:阅读服务条款</font></td>
<td width="4%"><img src="images/bar_right.gif" width="20" height="25" border="0"></td>
</tr>
</table> <table width='99%' border=0 cellpadding=3 cellspacing=1 bgcolor="cccccc">
<tr>
<td width="100%" align=center bgcolor="ffffff"> <table border=0 width=450 cellspacing=0 cellpadding=0>
<form method="post" name="agree" onSubmit="javascript:agree.agreeb.disabled=true;">
<input type="hidden" name="post" value="true">
<tr>
<td style="line-height:20px"><%=rs2("article")%></td>
</tr>
<tr>
<td align=center height=50> <input name="agreeb" type="submit" class="button" value="请认真查看<服务条款> (<%=regtime%> 秒后继续)">
<input type=button class="button" onClick="location.href='index.asp'" value="不同意">
</td>
</tr>
</form>
</table>
<SCRIPT language=javascript>
<!--
var secs = <%=regtime%>;
document.agree.agreeb.disabled=true;
for(i=1;i<=secs;i++) {
window.setTimeout("update(" + i + ")", i * 1000);
}
function update(userid) {
if(userid == secs) {
document.agree.agreeb.value ="我同意";
document.agree.agreeb.disabled=false;
}
else {
printnr = secs-userid;
document.agree.agreeb.value = "请认真查看<服务声明> (" + printnr +" 秒后继续)";
}
}
//-->
</SCRIPT> </td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="copyright.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -