kan kan
<%@ page contentType="text/html;charset=SHIFT_JIS"%>
<html>
<head>
<title>Login.jsp</title>
<link href=qq2.css rel=stylesheet type=text/css>
<head>
<body class=body>
<font color=yellow>
<center>
WorkLog.net
</font>
<hr width=750 size=1 color=black>
<form name=form1 method=post action=Login>
<table>
<tr>
<td>
<font color=yellow>
User ID:
</font>
</td>
<td><input type=text name=text1 size=30></td>
</tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr></tr>
<tr>
<td>
<font color=yellow>
Password:
</font>
</td>
<td>
<input type=password name=password1 size=30>
</td>
</tr>
<tr></tr>
<tr></tr>
<tr>
<td></td>
<td align=right>
<input type=submit value=搊榐 class=button1>
</td>
</tr>
</table>
</center>
</form>
<hr width=750 size=1 color=black>
<center>
Copyrights© 2004-2005 DCE All Rights Reserved.
</center>
</body>
</html>
<%
String aa = (String)session.getAttribute("aa");
if(aa != null){
out.println("<script>alert('搊榐 Error!!')</script>");
out.println("<script language=\"JavaScript\">form1.text1.focus()</script>");
session.setAttribute("aa",null);
}
%>