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

📄 main.asp

📁 网络办公系统源码
💻 ASP
字号:
<!--#include file="config.asp"-->
<%
	If Session("AdminName") = "" or session("companyid")="" Then
		response.Redirect("admin_login.asp")
	end if
	
	sql="select company from oa_company where id="&session("companyid")
	set rs=conn.execute(sql)
	if not rs.eof then
		company=rs(0)
	end if
	rs.close
	set rs=nothing
%>
<html>
<head>
<title>管理员登陆---<%=company%></title>
<meta http-equiv="Content-Type" content="text/html; chaRset=gb2312"> 
<link rel="stylesheet" href="Style.css" type="text/css">
</head>
<body topmargin="0" leftmargin="0" rightmargin="0">
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="100"></td>
  </tr>
  <tr>
    <td><table cellpadding="1" cellspacing="0" border="0" align=center style="border: outset 3px;width:0;" id="login_box">
      <tr>
        <td>
          <table width="605" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td><img src="img/admin_login_r1_c1.jpg" width="605" height="17"></td>
            </tr>
          </table>
          <table width="605" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td width="24"><img src="img/admin_login_r2_c1.jpg" width="23" height="212"></td>
              <td width="494" align="center" valign="middle" bgcolor="#F7FAFF"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td height="30" align="center"><a href="webadmin/index.asp"><img src="img/web.jpg" width="225" height="85" border="0"></a> </td>
                  <td align="center"><img src="img/wap.jpg" width="225" height="85"></td>
                </tr>
                <tr>
                  <td height="5" align="center">&nbsp;</td>
                  <td align="center">&nbsp;</td>
                </tr>
                <tr>
                  <td height="30" align="center"><a href="oaadmin"><img src="img/oa.jpg" width="225" height="85" border="0"></a></td>
                  <td align="center"><a href="exit.asp"><img src="img/exit.jpg" width="225" height="85" border="0"></a></td>
                </tr>
              </table></td>
              <td width="88"><img src="img/select.jpg" width="88" height="212" /></td>
            </tr>
          </table>
          <table width="605" border="0" align="center" cellpadding="0" cellspacing="0">
            <tr>
              <td><img src="img/admin_login_r4_c1.jpg" width="605" height="21" /></td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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