📄 reg.asp
字号:
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">性别</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<input type="radio" name="sex" value="男" checked>
男
<input type="radio" name="sex" value="女">
女 </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">生肖</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<select name="snxiao">
<option value="鼠">鼠</option>
<option value="牛">牛</option>
<option value="虎">虎</option>
<option value="兔">兔</option>
<option value="龙">龙</option>
<option value="蛇">蛇</option>
<option value="马">马</option>
<option value="羊" selected>羊</option>
<option value="猴">猴</option>
<option value="鸡">鸡</option>
<option value="狗">狗</option>
<option value="猪">猪</option>
</select>
</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">血型</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<select name="blood">
<option value="A型">A型</option>
<option value="B型">B型</option>
<option value="AB型">AB型</option>
<option value="O型">O型</option>
<option value="不懂" selected>不懂</option>
</select>
</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">生日</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<select name="byear">
<%
dim i
for i=1970 to 1990
if i=1979 then
%>
<option value="<%=i%>" selected><%=i%></option>
<%
else
%>
<option value="<%=i%>"><%=i%></option>
<%end if%>
<%next%>
</select>
年
<select name="bmonth">
<%
dim j
for j=1 to 12
%>
<option value="<%=j%>"><%=j%></option>
<%next%>
</select>
月
<select name="bday">
<%
dim k
for k=1 to 31
%>
<option value="<%=k%>"><%=k%></option>
<%next%>
</select>
日(想收到礼物吗?想的话一定要填!)</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">星座</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<select name="xingzuo">
<option value="白羊座" selected>白羊座(3月19日-4月18日)</option>
<option value="金牛座">金牛座(4月19日-5月18日)</option>
<option value="双子座">双子座(5月19日-6月18日)</option>
<option value="巨蟹座">巨蟹座(6月19日-7月18日)</option>
<option value="狮子座">狮子座(7月19日-8月18日)</option>
<option value="处女座">处女座(8月19日-9月18日)</option>
<option value="天秤座">天秤座(9月19日-10月18日)</option>
<option value="天蝎座">天蝎座(10月19日-11月18日)</option>
<option value="人马座">人马座(11月19日-12月18日)</option>
<option value="山羊座">山羊座(12月19日-1月16日)</option>
<option value="水瓶座">水瓶座(1月17日-2月15日)</option>
<option value="双鱼座">双鱼座(2月16日-3月18日)</option>
</select>
(是不是处男座?处女座?)</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">头像<img id=face src="headpic/image46.gif" alt=个人形象代表 width="32" height="32"></td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<select name="headpic" onChange="document.images['face'].src=options[selectedIndex].value;">
<%for i=1 to 65
if i=46 then%>
<option value='headpic/image<%=i%>.gif' selected>Image<%=i%></option>
<%else%>
<option value='headpic/image<%=i%>.gif'>Image<%=i%></option>
<%end if
next%>
</select>
(请你选择喜欢的头像) </td>
</tr>
<tr>
<td width="6" rowspan="2" height="25"> </td>
<td width="86" rowspan="2" height="25">自定义头像<br>
(如果图像位置中有连接图片将以自定义的为主)</td>
<td width="12" rowspan="2" height="25"> </td>
<td width="386" height="25"><iframe name="ad" frameborder=0 width=300 height=50 scrolling=no src=picupload.asp></iframe></td>
</tr>
<tr>
<td width="386" height="25"> 图象格式:gif,jpg(大小:32X32)<br>
图像位置:
<input type="text" name="mypic" value="不必填写" size="20">
(上传后不要更改) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">电话</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="telephone" maxlength="20" size="20">
(常住地的电话) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">手机</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="mobile" maxlength="20" size="20">
(你的个人手机) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">QQ号码</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="oicq" maxlength="20" size="20">
(最常用的QQ) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">E-mail</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<input type="text" name="email" maxlength="50" size="20">
(最常用的E-mail)</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">个人主页</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="page" maxlength="50" size="20">
</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">邮政编码</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<input type="text" name="zipcode" maxlength="6" size="20">
</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">工作单位</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<input type="text" name="address" maxlength="80" size="20">
(起码该有个窝吧!对不对?) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">提示问题</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<input type="text" name="forq" maxlength="50" size="20">
(忘记密码就用这个找回!!!) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">问题答案</td>
<td width="12" height="25"><font color="#FF0000">**</font></td>
<td width="386" height="25">
<input type="text" name="foran" maxlength="50" size="20">
(一定要记住啊!!!) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">爱好</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="aihao" value="" maxlength="50" size="20">
(没有爱好就不是人!) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">性格</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="xinge" maxlength="50" size="20">
(很多人想了解喔!) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">崇拜偶像</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="idol" maxlength="50" size="20">
(别说是我!!!) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">最喜欢的音乐</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="music" maxlength="50" size="20">
(也许会送张VCD或VD给你)</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">最难忘的格言</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="geyan" maxlength="50" size="20">
(有格言就比如有信仰) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">最喜欢的运动</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="sports" maxlength="50" size="20">
(你是懒猪?肉猪?菜猪?)</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">最向往的职业</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="job" maxlength="50" size="20">
(唔...有前途,以后跟你混了!)</td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">最爱吃的食物</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="loveat" maxlength="50" size="20">
(介绍一下......) </td>
</tr>
<tr>
<td width="6" height="25"> </td>
<td width="86" height="25">最爱去的地方</td>
<td width="12" height="25"> </td>
<td width="386" height="25">
<input type="text" name="goaddress" maxlength="50" size="20">
(不要说你什么地方都不想去......)</td>
</tr>
<tr>
<td colspan="4" width="466" height="25"> <font color="#009900">一路飞扬在线真诚为您服务!请记住网址为
http://wyy.9yz.com </font></td>
</tr>
<tr valign="middle" align="center">
<td colspan="4" height="25" width="466">
<div align="center"><input type="hidden" name="regflag" value="reg">
<input type="submit" value="提交" onClick="form_check(this.form)">
<input type="reset" value="重填">
</div>
</td>
</tr>
</table></center>
</div>
</td>
</tr>
</table>
</center>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -