📄 quickreg.asp
字号:
<%@ language="vbscript"%>
<%response.Expires = 0%>
<!--#include file="conn.asp"-->
<html>
<head>
<title>雨点赌大小游戏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="description" content="免费赌大小游戏程序,游戏简单,代码简洁易改!">
<link href="css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!--#include file="top.asp"-->
<form name="form1" method="post" action="Register.asp">
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="B8DE93">
<tr bgcolor="#5CB42E">
<td height="24" colspan="2"><div align="center">
<p align="center"><strong><font color="#FFFFFF">注册新用户</font></strong></p>
</div></td>
</tr>
<tr bgcolor="#EBF5E0">
<td width="41%" height="24"><div align="right">用户名:</div></td>
<td width="59%"><input name="username" type="text" class="input" id="username2">
</td>
</tr>
<tr bgcolor="#EBF5E0">
<td height="24" bgcolor="#EBF5E0"><div align="right">密 码:</div></td>
<td><input name="password" type="password" class="input" id="password" maxlength="20">
</td>
</tr>
<tr bgcolor="#EBF5E0">
<td height="24" bgcolor="#EBF5E0"><div align="right">确认密码:</div></td>
<td><input name="password2" type="password" class="input" id="password2" maxlength="20">
</td>
</tr>
<tr bgcolor="#EBF5E0">
<td height="30" colspan="2"><div align="center">
<input name="Submit" type="submit" class="button" value="注册">
(注册后赠送100分)</div></td>
</tr>
</table>
</form>
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -