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

📄 c03320cd01c1001c1e5be3b5b0f27a2e

📁 基于Java实现的聊天室功能
💻
字号:
<%@page pageEncoding="GBK"%>
<%@page import="liuyan.*" %>
<HTML>
<HEAD>
<TITLE>教学督导组--用户留言</TITLE>
<META http-equiv="content-type" content="text/html; charset=gb2312" />
<LINK rel='stylesheet' href='css/dep0.css'/>
</HEAD>
<%
    String adminname = (String)request.getParameter("username");
    String password = (String)request.getParameter("password");
    if(adminname!=null&&password!=null){
        Liuyan liuyan = new Liuyan();
        if(liuyan.adminLogin("select * from admin where Adm_name='"+adminname+"' and password='"+password+"'"))
        {
            session.setAttribute("admin",adminname);
            response.sendRedirect("adminindex.jsp");
        }else{
            out.print("<script>alert('登陆失败,用户名或者密码错误!!')</script>");
        }
    }
%>
<BODY bgcolor=#CCCCCC style='margin:0'>

<CENTER>
<TABLE class=maintbl width=766 border=0 cellPadding=0 cellSpacing=0 align=center>
	<TR><TD width=766 height=1></TD></TR>
	<TR>
		<TD>
			<TABLE width='100%' border=0 cellPadding=0 cellSpacing=0>
				<TR>
					<TD><IMG src='Img/top.jpg' width=766 height=93></TD>
				</TR>
			</TABLE>
		</TD>
	</TR>
	<TR>
		<TD width=766 height=9 style='line-height:0px; border:#737BB6 2px solid; border-width:2px 0px 0px 0px'>&nbsp;</TD>
	</TR>
	<TR>
		<TD>
			<TABLE width='100%' border=0 cellPadding=0 cellSpacing=0>
				<TR>
					<TD width=147 height=20 bgColor='#FFFFFF' align=center><IMG src='Img/Tuanjie.jpg'></TD>
					<TD width=10 bgColor='#FFFFFF'></TD>
					<TD width=603 height=20 bgColor='#FFFFFF' Valign=bottom>
						<MARQUEE direction=left width=600 height=16 scrolldelay=80 scrollamount=6 behavior="alternate" id='board' onmouseover='board.stop()' onmouseout='board.start()'>
						<font color=#0000CC><a href='/Dep/Default.asp?bm=33' target=_top style='color:#0000FF'>
欢迎您访问<b>湖北工业大学--教学督导组</b>的主页</a></font></MARQUEE>
					</TD>
				</TR>
			</TABLE>
		</TD>
	</TR>
	<TR><TD width=766 height=10>pag</TD></TR>
</TABLE>
</CENTER>

<table cellspacing=1 border=0 width="766" align=center bgcolor=#CCCCEE height="44">
<tr>
      <td align="center" valign="middle">
	  <form name="form1" method="post" action="login.jsp" style="margin-top:0;margin-bottom:0">
<table border=0 cellpadding=0 cellspacing=0 width=766 cols=1 align=center><tbody>
	<TR><td bgcolor="#DEDFDF">
		<table border=0 cellpadding=0 cellspacing=1 cols=3 width=766 bgcolor="#CCCCFF"><tbody>
			<tr bgcolor=#E4E4FF><td colspan=4 height=26 align=Left valign=bottom>&nbsp;</td></tr>
			<tr bgcolor=#E6E6FF height=24><td align=Right width=100>管理员用户名:</td>
				<td width=275><input title="15个汉字(30个字母或数字)以内" type="text" onFocus="jacvascript:this.select()" class=text value="" name="username" maxlength="10"></td>
				<td width=100 align=Right>密码:</td>
				<td width=275><INPUT class=text TYPE="TEXT" onFocus="jacvascript:this.select()" title="" value="" NAME="password" MAXLENGTH=20>
				  <input type="button" name="Button" value="登陆" onClick=""></td>
			</tr>
		</tbody></table>
	</td></tr>
</tbody></table>
</form>
      </td>
</tr></table>

<!-- ImageReady Slices (1) -->
<div align="center">
  <center>
<TABLE WIDTH=766 BORDER=0 CELLPADDING=0 CELLSPACING=0 height="85" style="border-collapse: collapse" bordercolor="#111111">
	<TR><TD height=0 Colspan=2 bgcolor="#FFFFFF"><br><br></TD></TR>

	<TR><TD width="580" height="77" bgcolor="#8CAEDE">
		<div align="center">
              	<center>
              	<table height="46" cellSpacing="0" cellPadding="0" width="100%" border="0" style="border-collapse: collapse" bordercolor="#111111">
                <tr>
                  <td vAlign="center" align="middle" height="15">
                  <span style="font-size: 9pt">湖北·武汉市武昌区南湖大道  邮编:430068</span></td>
                </tr>
                <tr>
                  <td vAlign="center" align="middle" height="17">学院值班电话:027-********  网络故障报修与服务电话:027-********,********  <a href="ly.jsp"><span style="font-size: 9pt">[留言]</span></a></td>
                </tr>
                <tr>
                  <td vAlign="center" align="middle" height="14"><span style="font-size: 9pt">Copyright&copy;湖北工业大学 2007-2010  建议使用IE5.5,800*600以上浏览</span><a href="mailto:nic@hbut.edu.cn"> </a></td>
                </tr>
              </table>
              </center>
          </div>
        </TD>
	<TD height="77"><IMG SRC="Img/foot_2.gif" WIDTH=188 HEIGHT=77 ALT=""></TD>
	</TR>
	<TR>
		<TD COLSPAN=2 bgcolor="#003063" height="8"><hr color="#003063" size="1"></TD>
	</TR>
</TABLE>
  </center>
</div>
<!-- End ImageReady Slices -->
</body>
</html>

⌨️ 快捷键说明

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