?? mlogin.jsp
字號:
<%@ page contentType="text/html; charset=gb2312" %>
<html>
<head>
<title>
login
</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<Script language="javascript">
function check()
{
if(form1.name.value=="")
{
alert("請輸入姓名");
form1.name.focus();
return false;
}
if(form1.password.value=="")
{
alert("請輸入密碼");
form1.password.focus();
return false;
}
}
function goback()
{
window.location.href="/logistics/index.jsp";
}
</Script>
<body bgcolor="#ffffff">
<center>
<table width="350" height="232" border="0" cellpadding="0" cellspacing="0" background="image/mlogin.gif">
<tr>
<td height="172"> </td>
</tr> <form name="form1" method="post" action="/logistics/Manager/Login/mlogin_config.jsp">
<tr>
<td height="23" align="center">
用戶名:
<input type="text" name="name" size="11" maxlength="20">
密碼:
<input type="password" name="password" size="11" maxlength="20"> </td>
</tr>
<tr>
<td align="right">
<input type="submit" value="登錄" name="submit" onClick="return check()">
<input type="button" name="back" value="返回主頁" onClick="goback()">
</td>
</tr></form>
</table>
</center>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -