⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 login.jsp

📁 学生学籍管理系统sql 学生学籍管理系统sql
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=gb2312" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新华电脑学校-学生档案管理</title>
<meta http-equiv="content-type" content="text/html; charset=gb2312" />
<meta http-equiv="Content-Language" content="zh-CN" />
<meta name="robots" content="all" />
<meta name="author" content="WanfuZheng | www.52ay.com" />
<meta name="Copyright" content="Copyright (c) 2000-2005 www.52ay.com" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" media="screen" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" media="screen" />
<meta name="description" content="网页制作" />
<meta name="keywords" content="e266@163.com,http://blog.46com.com,郑万福(qq:30401653),制作,卧龙工作室,天翼数码,网站制作,Falsh,下载,成都,多媒体制作,asp,jsp,php,sql,mssql,mysql,酷网站,图标,音乐,mp3" />

<style type="text/css">
<!--
.font12{font-size:12px;color:#000000;}
-->
</style>

<script language="javascript">
<!--
function checkForm()
{
	if(formObj.name.value==""){
		alert("用户名不能为空!");
		formObj.name.focus();
		return false;
	}
	if(formObj.password.value==""){
		alert("密码不能为空!");
		formObj.password.focus();
		return false;
	}
	return true;
}
//-->
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<table border="0" cellpadding="0" cellspacing="0" width="" height="" align="center">
	<tr>
		<td width="800" height="550" background="images/student.jpg" style="padding:180px 0px 0px 0px;">
		<form name="formObj" method="post" action="loginCheck.jsp" style="margin:0px;" onsubmit="return checkForm()">
		
		<table border="0" cellpadding="0" cellspacing="0" width="230" height="" align="right" class="font12">
			<tr>
				<td width="50">用户名:</td>
				<td><input type="text" name="name" value="" size="10" maxlength="20" needs=""></td>
			</tr>
			<tr>
				<td>密码:</td>
				<td><input type="password" name="password" value="" size="10" maxlength="20" needs=""></td>
			</tr>
			<tr>
				<td colspan="2">&nbsp;</td>
			</tr>
			<tr>
				<td colspan="2"><input type="submit" value="提交" id="submitElement" style="width:50px;height:25px;">  <input type="reset" value="取消" id="submitElement" style="width:50px;height:25px;"></td>
			</tr>
		</table>
		</form></td>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -