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

📄 index_money1.jsp

📁 宽带网收费系统的前台
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" pageEncoding="gb2312" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<title>Home Page</title>
<style type="text/css">
</style>

</head>
<script>
function check(){
if(document.form1.userid.value=="")
{ 
 window.alert("输入帐号不能为空!");
 document.form1.userid.focus();
 return false;
}
}
</script>
<body bgcolor="#F4FFE4">
      <form id="form1" name="form1" method="post" action="/NetService/dis?actionId=problem">
        <table width="200" border="1" align="center">
          <tr>
            <td width="44">账号:</td>
            <td width="67"><label>
              <input name="userid" type="text" id="userid" size="18" maxlength="12" />
            </label></td>
             <td width="67"><label>
              <div align="right">
                <input type="submit" name="Submit" value="提交"  onclick="return check()"/>
              </div>
            </label></td>
          </tr>
        </table>
</form>
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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