📄 index_money.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=olduser">
<table width="295" border="1" align="center">
<tr>
<td width="85">请输入账户:(12位)</td>
<td width="132"><label>
<input name="userId" type="text" id="userId" size="18" maxlength="12" />
</label></td>
<td width="56"><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 + -