?? denglu.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<html>
<head>
<title>登陸</title>
<script language="JavaScript" >
function isValid(form)
{
if(form.fullname.value=="")
{alert("您的姓名不能為空!");
return false;}
else
if(form.pwd.value=="")
{alert("您的密碼不能為空!");
return false;}
else
{return true}
}
</script>
</head>
<body>
<table align="center" border="1" cellpadding="0" cellspacing="0" width="400" height="267" >
<form action="dlqr.jsp" method="post" onsubmit="return isValid(this);">
<tr>
<td width="100%" height="34"> <b>登陸</b></td>
</tr>
<tr>
<td Bgcolor="Silver" width="100%" height="126"> <p>
姓名:<INPUT type="text" name="fullname" size="19">
</p>
<p>
密碼:<INPUT type="password" name="pwd" size="20"></p>
<p>
<INPUT type="submit" value=" 確定 " ></p>
</TD>
</tr>
<tr>
<td width="100%" height="32"> <b>注冊</b></td>
</tr>
<tr>
<td Bgcolor="Silver" width="100%" height="51" action="zhuce.jsp" >
<input type='button' VALUE="立即填寫" onclick="window.open('zhuce.jsp')">
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -