| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1018 人关注过本帖
标题:求助 有关我的毕业 哪位帮下
只看楼主 加入收藏
liuaimei1314
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-5-26
收藏
得分:0 
还是不行哦  要不 我把这个发上 去 你看看
2008-05-27 10:15
liuaimei1314
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-5-26
收藏
得分:0 
这是登陆界面的代码
<%@language=vbscript codepage=936 %>
<%
option explicit
'强制浏览器重新访问服务器下载页面,而不是从缓存读取页面
Response.Buffer = True
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
%>
<html>
<head>
<title>管理员登录</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="Admin_Style.css">
<script language=javascript>
function SetFocus()
{
if (document.Login.UserName.value=="")
    document.Login.UserName.focus();
else
    document.Login.UserName.select();
}
function CheckForm()
{
    if(document.Login.UserName.value=="")
    {
        alert("请输入用户名!");
        document.Login.UserName.focus();
        return false;
    }
    if(document.Login.Password.value == "")
    {
        alert("请输入密码!");
        document.Login.Password.focus();
        return false;
    }    
}
</script>
</head>
<body onLoad="SetFocus();">
<p>&nbsp;</p>
<form name="Login" action="Admin_ChkLogin.asp" method="post" target="_parent" onSubmit="return CheckForm();">
    <table width="300" border="0" align="center" cellpadding="5" cellspacing="0" class="border" >
      <tr class="title">
        <td colspan="2" align="center"> <strong>管理员登录</strong></td>
      </tr>
    <tr>
      <td height="120" colspan="2" class="tdbg">
<table width="250" border="0" cellspacing="8" cellpadding="0" align="center">
          <tr>
            <td align="right">用户名称:</td>
            <td><input name="UserName"  type="text"  id="UserName2" size="23" maxlength="20"></td>
          </tr>
          <tr>
            <td align="right">用户密码:</td>
            <td><input name="Password"  type="password"  size="23" maxlength="20"></td>
          </tr>         
          <tr>
            <td colspan="2"> <div align="center">
                <input   type="submit" name="Submit" value=" 确认 ">
                &nbsp;
                <input name="reset" type="reset"  id="reset" value=" 清除 ">
                <br>
              </div></td>
          </tr>
        </table>
        </td>
      </tr>
    </table>
  <p align="center">后台管理页面需要屏幕分辨率为 <font color="#FF0000"><strong>1024*768</strong></font>
    或以上才能达到最佳浏览效果!<br>
    需要浏览器为<strong><font color="#FF0000"> </font></strong><font color="#FF0000"><strong>IE5.5</strong></font>
    或以上版本才能正常运行!!!</p>
</form>
</body>
</html>
2008-05-27 10:29
liuaimei1314
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-5-26
收藏
得分:0 
这是转向页面的代码
<%@language=vbscript codepage=936 %>
<%
     if session("admin") = "" then
    response.Redirect "Admin_Login.asp"
end if   
dim purview
purview=clng(session("purview"))
%>
<html>
<head>
<title>在线教育网--管理页面</title>
<style type=text/css>
body  { background:#FBFDFF; margin:0px; font:9pt 宋体; }
table  { border:0px; }
td  { font:normal 12px 宋体; }
img  { vertical-align:bottom; border:0px; }
a  { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover  { color:#428EFF;text-decoration:underline; }
.sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#f2f2f2; }
.menu_title  { }
.menu_title span  { position:relative; top:0px; left:3px; color:#ffffff; font-weight:bold; }
.menu_title2  { }
.menu_title2 span  { position:relative; top:2px; left:8px; color:#cc0000; font-weight:bold; }
</style>
<STYLE>
BODY
{scrollbar-face-color:E6E6D9; scrollbar-shadow-color:ffffff;
scrollbar-highlight-color:bfbf9f; scrollbar-3dlight-color:ffffff;
scrollbar-darkshadow-color:E6E6D9; scrollbar-track-color:f2f2f2;
scrollbar-arrow-color:ffffff;}
</STYLE>
<SCRIPT language=javascript1.2>
function showsubmenu(sid)
{
whichEl = eval("submenu" + sid);
if (whichEl.style.display == "none")
{
eval("submenu" + sid + ".style.display=\"\";");
}
else
{
eval("submenu" + sid + ".style.display=\"none\";");
}
}
</SCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<BODY leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
<table width=100% cellpadding=0 cellspacing=0 border=0 align=left>
    <tr><td valign=top>
<table width=158 border="0" align=center cellpadding=0 cellspacing=0>
  <tr>
        <td height=42 valign=bottom><table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td height="30" bgcolor="#999999">
                <div align="center"><font color="#000000"><strong><font color="#FFFFFF">在线教育网 | 后台管理</font>&nbsp;&nbsp;</strong></font></div></td>
            </tr>
          </table>
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
          </table> </td>
  </tr>
</table>
<table cellpadding=0 cellspacing=0 width=158 align=center>
  <tr>
        <td height=25 bgcolor="999999" class=menu_title id=menuTitle0 onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title';>
          <span><a href="Admin_Index_Main.asp" target=main><b><font color="#FFFFFF">管理首页</font></b></a><font color="#FFFFFF">
          | <a href=Admin_logout.asp target=_top><b>退出</b></a></font></span> </td>
  </tr>
  <tr>
    <td style="display:" id='submenu0'>
<div class=sec_menu style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20>用户名:<%=session("Admin")%></td></tr>
<tr><td height=20>权&nbsp;&nbsp;限:<%
          select case session("purview")
              case 1
                response.write "超级用户"
            case 2
                response.write "高级管理员"
            case 3
                response.write "文章总编"
            case 4
                response.write "栏目编辑"
            case 5
                response.write "文章录入员"
          end select
          %></td></tr>
</table>
</div>
<div  style="width:158">
<table cellpadding=0 cellspacing=0 align=center width=130>
<tr><td height=20></td></tr>
</table>
</div>
    </td>
  </tr>
</table>
2008-05-27 10:31
liuaimei1314
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2008-5-26
收藏
得分:0 
怎么没有人帮下啊!
2008-05-27 12:37
快速回复:求助 有关我的毕业 哪位帮下
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.020213 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved