?? userxiugaiziliaochuli.jsp~3~
字號(hào):
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<script language="javascript">
function testCodeOrPwd1()
{
if(document.form1.userCode.value.length==0)
{
alert("請(qǐng)?zhí)顚懩臅?huì)員號(hào)。");
document.form1.userCode.focus();
return false;
}
else if(document.form1.userPW.value.length==0)
{
alert("請(qǐng)?zhí)顚懩拿艽a。");
document.form1.userPW.focus();
return false;
}
else
return true;
}
function quxiao()
{
<%response.sendRedirect("userMainRight.htm")%>
}
</script>
<title>
userXiuGaiZiLiaoChuLi
</title>
</head>
<body bgcolor="#ffffff">
<form name="form1" method="post" action="">
<table width="337" height="139" border="1">
<tr>
<td width="153" height="35"><div align="right">請(qǐng)輸入您的會(huì)員號(hào):</div></td>
<td width="168">
<div align="left">
<input type="text" name="userCode">
</div></td>
</tr>
<tr>
<td height="37"><div align="right">請(qǐng)輸入您的密碼:</div></td>
<td><input type="password" name="userPW"></td>
</tr>
<tr>
<td height="57">
<div align="center">
<p>
<input type="submit" name="Submit" value="登陸">
</p>
</div></td>
<td>
<div align="center">
<p align="left">
<input type="button" name="Submit2" value="取消" onClick="quxiao()">
</p>
</div></td>
</tr>
</table>
<p> </p>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -