📄 register.asp
字号:
<!--#include file="info.asp"-->
<!--#include file="conn.asp"-->
<html>
<%
sql="select * from service where id=1"
rs.open sql,conn,1,1
%>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<title><%=webname%> - 用户注册</title>
<style type="text/css">
<!--
.STYLE1 {
color: #FF0000;
font-weight: bold;
}
.STYLE2 {
font-size: 14pt;
color: #006633;
}
.STYLE4 {color: #FF0000}
.STYLE5 {color: #000000}
-->
</style>
<script language="JavaScript">
<!--
function Juge(theForm)
{
if(theForm.agree.checked==false)
{
alert("您只有同意我们的服务条款,才能进行下一步的会员注册!如果同意条款,请勾选“阅读确认”。");
theForm.agree.focus();
return(false);
}
}
-->
</script>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table width="811" height="518" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" id="table1">
<tr>
<td style="border-left: 1px solid #ffc6bf; border-right: 1px solid #ffc6bf; border-top: 1px solid #ffc6bf" width="760" valign="top" bgcolor="#FEFBF4">
<div align="center">
<table border="0" width="705" cellspacing="0" cellpadding="0" id="table2" height="543">
<tr>
<td height="86">
<div align="center"><img border="0" src="images/regtop.gif"> </div> </td>
</tr>
<tr>
<td width="705">
<p align="center"> <span class="STYLE2">【<strong><font color=#ff0000>用户服务协议书</font></strong>】</span></td>
</tr>
<tr>
<td width="705" height="150">
<p align="center">
<textarea rows="20" name="S1" cols="95"><%=rs("service")%></textarea></td>
</tr>
<tr>
<td height="12"><div align="center"><a href="lsgw.html" target="_blank"><br>本站长年律师顾问:四川三信元律师事务所
张清严律师</a></div></td>
</tr>
<tr>
<td width="705" height="73">
<p align="center">
<form name="regsiter" action="register_sy.asp" method="post" onSubmit="return Juge(this)">
<p align="center"> <INPUT type=checkbox value=Yes name=agree><FONT
size=2></FONT><span class="STYLE4"><B>我已认真阅读,并同意遵守以上用户服务协议</B></span><br><br>
<div align="center">
<INPUT name=Submit type=submit id="Submit" style="FONT-SIZE: 14px; FONT-FAMILY: 宋体; HEIGHT: 30px" value="同 意 (继续注册) ">
<INPUT style="FONT-SIZE: 14px; FONT-FAMILY: 宋体; HEIGHT: 30px" type=button value="不同意 (退出) " name=Reset onClick="window.location='javascript:history.back()';">
</div>
<p align="center" class="STYLE5">你只有同意以上条款(请勾选择“阅读确认”),才能继续注册。 </form> </td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -