📄 chaxun.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<script language="javascript">
function checknum(){
if(cform.ID.value=="")
window.alert("填写ID");
else
cform.submit();
}
</script>
<form method="POST" action="chaxun2.jsp" name="cform">
<!--webbot bot="SaveResults" U-File="fpweb:///_private/form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p>ID
<!--webbot
bot="Validation" S-Data-Type="Number" S-Number-Separators=",."
S-Validation-Constraint="Greater than or equal to" S-Validation-Value="1"
S-Validation-Constraint="Less than" S-Validation-Value="99999" -->
<input name="ID" type="text" size="20">
</p>
<p>姓名
<!--webbot bot="Validation"
S-Data-Type="String" B-Value-Required="TRUE" I-Minimum-Length="2"
I-Maximum-Length="4" -->
<input name="name*" type="text" size="20" maxlength="4">
</p>
<p>年龄
<!--webbot bot="Validation"
S-Data-Type="Integer" S-Number-Separators=","
S-Validation-Constraint="Greater than or equal to" S-Validation-Value="1"
S-Validation-Constraint="Less than or equal to" S-Validation-Value="100" -->
<input name="age" type="text" size="20" maxlength="2">
</p>
<p>地址
<!--webbot bot="Validation"
S-Data-Type="String" B-Value-Required="TRUE" I-Minimum-Length="2"
I-Maximum-Length="20" -->
<input name="addr" type="text" size="20" maxlength="20">
</p>
<p>电话
<!--webbot bot="Validation"
S-Data-Type="Number" S-Number-Separators=",." B-Value-Required="TRUE"
I-Minimum-Length="8" I-Maximum-Length="11" -->
<input name="tel" type="text" size="20" maxlength="11">
</p>
<table width="900" height="71" border=0 >
<tr>
<td width="109" height="67"><input type="button" value="提交" name="B1" onClick="checknum()"></td>
<td width="781"><input type="reset" value="全部重写" name="B2"></td>
<td width="781"></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -