📄 reg1.asp
字号:
<%
session("name")=request.Form("name")
session("sex")=request.Form("sex")
session("old")=request.Form("old")
session("pwd")=request.Form("pwd")
session("turename")=request.Form("turename")
session("star")=request.Form("star")
session("prov")=request.Form("prov")
session("city")=request.Form("city")
if session("prov")="选择" then session("prov")=""
if session("city")="选择" then session("city")=""
session("mail")=request.Form("mail")
session("home")=request.Form("home")
session("face")=request.Form("faceimg")
%>
<html>
<head>
<title>用户注册</title>
<NOSCRIPT><IFRAME SRC="*.html"></IFRAME></NOSCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="main.css" rel="stylesheet" type="text/css">
</head>
<body onkeydown='if(event.ctrlKey)return false;'>
<script language="JavaScript" src="js/type.js"></script>
<form action="regok.asp" method="post" name="reg" onSubmit="CheckForm(this)">
<table width="489" height="285" border="1" cellpadding="0" cellspacing="0" bordercolor="#D4D0C8">
<tr>
<td width="118" height="219" align="center" class="but"><img src="image/logo.gif" width="120" height="220"></td>
<td width="365" align="center" valign="bottom"><fieldset style="width:95%"><legend>个人资料</legend>
<table width="100%" border="0" cellpadding="0" cellspacing="0" bordercolor="#D4D0C8">
<tr>
<td width="80" align="center">毕业院校</td>
<td width="102"><input name="school" type="text" id="turename3" size="15">
</td>
<td width="43" align="center">职业</td>
<td width="148"><select name="job" id="select4">
<option value="全职">全职</option>
<option value="兼职">兼职</option>
<option value="失业中">失业中</option>
<option value="工程师">工程师</option>
<option value="会计师">会计师</option>
<option value="律师">律师</option>
<option value="公司职员">公司职员</option>
<option value="部门领导">部门领导</option>
<option value="老板">老板</option>
<option value="退休">退休</option>
<option value="学生">学生</option>
<option value="商业">商业</option>
<option value="服务业">服务业</option>
<option value="制造业">制造业</option>
<option value="金融业">金融业</option>
<option value="教育业">教育业</option>
<option value="计算机业">计算机业</option>
<option value="政府部门">政府部门</option>
<option value="销售/广告/市场">销售/广告/市场</option>
</select></td>
</tr>
<tr>
<td width="80" align="center">邮政编码</td>
<td><input name="code" type="text" id="code3" size="15" onKeyUp="this.value=this.value.replace(/\D/gi,'')" style="ime-mode:disabled;"></td>
<td align="center">电话</td>
<td><input name="phone" type="text" id="phone3" size="16" onKeyUp="this.value=this.value.replace(/\D/gi,'')" style="ime-mode:disabled;"></td>
</tr>
<tr>
<td width="80" align="center">联系地址</td>
<td colspan="3"><input name="addr" type="text" id="addr" size="40"></td>
</tr>
<tr>
<td width="80" height="58" align="center" valign="top">个人说明</td>
<td colspan="3"><textarea name="content" cols="33" rows="3" id="content"></textarea>
</td>
</tr>
</table>
</fieldset>
<fieldset style="width:95%">
<legend>密码保护</legend>
<table width="100%" height="54" border="0" cellpadding="0" cellspacing="0" bordercolor="#D4D0C8">
<tr>
<td width="84" height="18">密码提示问题</td>
<td width="266"><input name="problem" type="text" size="40"></td>
</tr>
<tr>
<td width="84" height="17">密码提示答案</td>
<td><input name="answer" type="text" size="40"></td>
</tr>
<tr>
<td width="84" height="17">安 全 邮 箱</td>
<td><input name="safemail" type="text" size="40"></td>
</tr>
</table>
</fieldset></td>
</tr>
<tr>
<td height="50" colspan="3" align="right">
<hr width="95%">
<input name="Button" type="button" class="button" onClick="javascript:history.back(1)" value="上一步(B)">
<input type="submit" class="button" value="下一步(N)"> <input type="button" class="button1" onClick="window.close()" value="取消(C)">
<input name="button" type="button" disabled class="button1" value="帮助(H)">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -