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

📄 editinfo.htm

📁 里面说明详细
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>蓝雨聊天室(修改个人资料)</title>
<style type="text/css"><!--
.p9 {  font-size: 9pt; line-height: 14pt}
-->
</style>
</head>
<script language="javascript">
function verify()
{
 if(document.form1.username.value=='')
 {
   alert("请输入你的用户名。");
   document.form1.username.focus();
   return false;
 }
 if(document.form1.password.value=='')
 {
   alert("请输入你的密码。");
   document.form1.password.focus();
   return false;
 }
 return true; 
}
</script>
<body bgcolor="#DAE7E4">
<form name="form1" method="POST" action="editinfo.asp" onsubmit="return verify();">
<table border="1" width="100%" height="100%" bordercolor="#008080" bordercolorlight="#008080"
bordercolordark="#008080" cellspacing="0" cellpadding="5">
  <tr>
    <td width="100%" bgcolor="#B8D3CE" height="10%"><table border="0" width="100%">
      <tr>
        <td width="50%"><strong>修改个人资料</strong></td>
        <td width="50%" align="right"><input type="button" value="关闭窗口" onclick="window.close()"></td>
      </tr>
    </table>
    </td>
  </tr>
  <tr>
    <td width="100%"><table border="0" width="100%" height="40%">
      <tr>
        <td width="100%" colspan="2" height="50" class="p9">请先输入你的名字和密码来打开你的个人资料。</td>
      </tr>
      <tr>
        <td width="16%" class="p9">名字:</td>
        <td width="84%"><input type="text" name="username" size="15" maxlenth="18"></td>
      </tr>
      <tr>
        <td width="16%" class="p9">密码:</td>
        <td width="84%"><input type="password" name="password" size="15" maxlenth="18"></td>
      </tr>      
      <tr>
        <td width="16%" height="60"></td>
        <td width="84%" height="60"><input type="submit" value="提 交"></td>
      </tr>
    </table>
    <p><br>
    <br>
    </td>
  </tr>
</table>
</form>
</body>
</html>

⌨️ 快捷键说明

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