hou.html~17~

来自「网上购书系统!jsp+servlet+jdbc实现!数据库sqlserver2」· HTML~17~ 代码 · 共 63 行

HTML~17~
63
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
body {
	background-image: url(houtai.jpg);
}
-->

</style>
<script type="" language="javascript">
function adminSubmit(){
    var id = document.form3.adminName.value;
	var pass = document.form3.adminPassword.value;
	if(id == ""){
	    alert("请输入管理员账号!");
		return false;
	}
	if(pass == ""){
	    alert("请输入管理员密码!");
		return false;
	}
}
</script>
</head>

<body>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br /><br /><br /><br />
<a href="login.jsp">
<table width="20" border="1" bgcolor="#999999" cellpadding="5" align="center">
  <tr>
    <td nowrap="nowrap">
      <font size="6" face="宋体">
        <b>用户登陆</b>
      </font>
    </td>
  </tr>
</table>
</a>
<p>&nbsp;</p>
<table width="20" border="1" bgcolor="#999999" cellpadding="5" align="center">
  <tr>
    <td nowrap="nowrap">
      <font size="6" face="宋体">
        <b>系统管理员登陆</b>
      </font>
    </td>
  </tr>
</table>
</body>

⌨️ 快捷键说明

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