login.htm

来自「该资料包含大量网络开发的案例和源代码」· HTM 代码 · 共 54 行

HTM
54
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body bgcolor="#CCFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><p align="center"><font color="#CC00FF" size="+4" face="楷体_GB2312">欢迎您来到我的旅游网注册信息</font></p>
      </td>
  </tr>
</table>
<form action="savelogin.asp" method="post" enctype="application/x-www-form-urlencoded" name="form1" target="_self">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr> 
      <td width="43%"><div align="right"><font color="#CC9966"><strong><font face="Georgia, Times New Roman, Times, serif">N<font face="Geneva, Arial, Helvetica, sans-serif">ame:</font></font></strong></font></div></td>
      <td width="57%"> <input name="textfield" type="text" maxlength="50"></td>
    </tr>
    <tr> 
      <td><div align="right"><font color="#CC9966"><strong><font face="Georgia, Times New Roman, Times, serif">gender:</font></strong></font></div></td>
      <td> <input name="radiobutton" type="radio" value="male" checked >
        Male 
        <input type="radio" name="radiobutton" value="female">
        Female</td>
    </tr>
    <tr> 
      <td><div align="right"><font color="#CC9966"><strong><font face="Georgia, Times New Roman, Times, serif">Password:</font></strong></font></div></td>
      <td> <input name="textfield2" type="password" maxlength="50"></td>
    </tr>
    <tr> 
      <td><div align="right"><font color="#CC9966"><strong><font face="Georgia, Times New Roman, Times, serif">age:</font></strong></font></div></td>
      <td><input type="text" name="textfield3"></td>
    </tr>
    <tr> 
      <td><div align="right"><font color="#CC9966"><strong><font face="Georgia, Times New Roman, Times, serif">email:</font></strong></font></div></td>
      <td><input type="text" name="textfield4"></td>
    </tr>
    <tr> 
      <td height="79"><div align="right"><font color="#CC9966"><strong>自我介绍:</strong></font></div></td>
      <td><textarea name="textfield5"></textarea> </td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
      <td><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置"> 
      </td>
    </tr>
  </table>
</form>
<p><a href="../../default.asp">返回</a></p>
</body>
</html>

⌨️ 快捷键说明

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