📄 register.asp
字号:
<!-- #include file="conn.asp" -->
<!--#include file="webconfig.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webname%></title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="include/top.asp" -->
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="1" bgcolor="#cccccc"></td>
<td width="220" height="100">
<!--#include file="include/left1.asp" -->
</td>
<td width="1" bgcolor="cccccc"></td>
<td align="center">
<!--#include file="include/search.asp" -->
<table cellspacing=0 cellpadding=5 width="98%" border=0>
<tr align="center">
<td colspan=2 height=20><img src="images/reg_title.gif" width="415" height="52"></td>
</tr>
<tr align="center" bgcolor="#DDF7FF">
<td height=20 colspan=2><b>注册协议</b>( 快速免费注册成为会员)<b></b></td>
</tr>
<tr align="center" bgcolor="#DDF7FF">
<td height=20 colspan=2 bgcolor="#FFFFFF">
<textarea name="regreadme" style="width:100%" rows="18"><%=regreadme%></textarea>
</td>
</tr>
<tr align="center" bgcolor="#DDF7FF">
<td height=50 colspan=2 bgcolor="#FFFFFF">
<input type="button" name="Submit3" value="我同意" class="sinput" onclick="javascript:window.location.href='reg.asp'">
<input type="button" name="Submit32" value="不同意" class="sinput" onClick="javascript:window.location.href='index.asp'">
</td>
</tr>
</table>
</td>
<td width="1" bgcolor="cccccc"></td>
</tr>
</table>
<!-- #include file="include/bottom.asp" -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -