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

📄 ok.asp

📁 用来作工资的ASP源代码下载后解压后就行了
💻 ASP
字号:

<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFffff;
}
-->
</style>
<link href="style.css" rel="stylesheet" type="text/css">
<meta http-equiv="refresh" content="2;URL=day.asp">
</HEAD>
<BODY bgcolor="#FF0000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"  >
<div align="center"> 
  <table width="100%" border="0" cellspacing="5" cellpadding="5">
    <tr> 
      <td> <div align="right"> 
          <% If session("admin")<>"yes" Then
					response.write("系统超时,您需要<font color=red><b>重新登陆</font></b>。 ")
					response.end 
                   Else %>
          您现在处于管理状态。 
          <%end if%>
        </div></td>
    </tr>
    <tr> 
      <td>&nbsp;</td>
    </tr>
    <tr>
      <td><div align="center">操作成功完成!<font color="#FF0000">两秒钟</font>后<a href="day.asp"><font color="#0000FF"><strong>返回</strong></font></a>。。</div></td>
    </tr>
  </table>
</div>
</BODY>
</HTML> 

⌨️ 快捷键说明

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