Quote:
引用第5楼pangpeng126于2008-04-30 18:17发表的 :
那段代码放上看看
啊?好吧 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0053)
http://localhost/mysite/新建文件夹/网页/login.jsp.jsp -->
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %><html xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>系统管理员登录页面</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<STYLE type=text/css>.STYLE2 {
FONT-WEIGHT: bold; FONT-SIZE: 18px
}
</STYLE>
<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<FORM id=frmlogin name=frmlogin action="" method=post><LABEL>
<DIV align=center><BR><SPAN class=STYLE2>系统管理员登录页面</SPAN><BR><BR></DIV></LABEL>
<P align=center><LABEL>用户名 <INPUT name=textfield> </LABEL></P>
<P><LABEL>
<DIV align=center>
<DIV align=center>密码 <INPUT name=textfield2>
</LABEL></DIV></FORM><LABEL></LABEL>
<FORM id=form1 name=form1 action="" method=post><LABEL>
<DIV align=center><INPUT type=submit value=提交 name=Submit> <INPUT type=submit value=取消 name=Submit2>
</DIV></LABEL><LABEL>
<DIV align=center></DIV></LABEL></FORM>
</BODY></html>
其实就是个很简单的页面 效果应该是
系统管理员登录页面
用户名
密码