?? 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>
</head>
<body>
<!--#include file="top.asp"-->
<div align="center">
<table border="0" width="760" cellspacing="0" cellpadding="0" id="table1" height="518">
<tr>
<td style="border-left: 1px solid #0086DF; border-right: 1px solid #0086DF" width="760" valign="top" bgcolor="#FEFBF4">
<div align="center">
<table border="0" width="705" cellspacing="0" cellpadding="0" id="table2" height="515">
<tr>
<td height="86" width="214">
<img border="0" src="images/regtop.gif"></td>
<td height="86" width="237"> </td>
<td height="86" width="128">
<img border="0" src="images/regtop1.gif"></td>
<td height="86" width="58"> </td>
</tr>
<tr>
<td width="705" colspan="4">
<p align="center"> <b><font color="#990033"><strong><font color="#000000">閱讀<%=webname%>用戶服務協議書</font></strong></font></b></td>
</tr>
<tr>
<td width="705" colspan="4" height="301">
<p align="center">
<textarea rows="20" name="S1" cols="82"><%=rs("service")%></textarea></td>
</tr>
<tr>
<td width="705" colspan="4" height="73">
<p align="center">
<a href="register1.asp">
<img border="0" src="images/regist_agree.gif" width="50" height="34"></a>
<a href="index.asp">
<img border="0" src="images/regist_unagree.gif" width="52" height="34"></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
<%
rs.close
set rs=nothing
set conn=nothing
%>
<!--#include file="base.asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -