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

📄 index.asp

📁 武汉软件园人力资源管理系统完整源代码,希望大家能够多多交流.
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>人力资源管理系统</title>
<style>
a:link {
	color: #0099FF;
	text-decoration: none;
}
a:active{color:#FF9999;}
a:visited{
	color:#0099CC;
	text-decoration: none;
}
a:hover{color:#FF9999;}

body,div,table{ font-size: 13px; }
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body topmargin="0" background="images/indexBJ.jpg">
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><div align="center">
      <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','260','height','90','src','images/indexlogo','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode','transparent','movie','images/indexlogo' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="260" height="90">
        <param name="movie" value="images/indexlogo.swf">
        <param name="quality" value="high">
        <param name="wmode" value="transparent">
        <embed src="images/indexlogo.swf" width="260" height="90" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
      </object>
      </noscript>
<br>
        <script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','300','height','300','src','images/login','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','wmode','transparent','movie','images/login' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="300">
          <param name="movie" value="images/login.swf">
          <param name="quality" value="high">
          <param name="wmode" value="transparent">
          <embed src="images/login.swf" width="300" height="300" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
        </object>
    </noscript></div>
      <br>      
      <div align="center"><%
	dim inf
	inf=request.QueryString("info")
	if inf<>"" then
		if inf=1 then
			response.Write "<script>alert('用户名或密码不正确!');window.location.href('index.asp');</script>"
		end if
		if inf=2 then
			response.Write "<script>alert('用户名、密码不能有非法字符!');window.location.href('index.asp');</script>"
		end if	
	end if
	%>
      </div>
    </td>
  </tr>
  <tr>
    <td>
	<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="39%"><div align="right"><a href="Include/about.htm"></a><img src="images/bottom.gif" width="150" height="35"></div>
      <div align="center">
        <div align="center"></div>
      </div></td>
    <td width="61%"><div align="center">Copyright<font size="2">(C)</font> 2006, All Rights Reserved</div></td>
  </tr>
</table>
</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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