⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register.asp

📁 以强大的用户互动功能打造优秀求职招聘信息系统。 1、支持个人用户与企业用户注册 2、独立的个人简历页面
💻 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>&nbsp;&nbsp;
						<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 + -