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

📄 help.asp

📁 用来作工资的ASP源代码下载后解压后就行了
💻 ASP
字号:
<!--#include file="conn.asp" -->
<%set rs=server.createobject("adodb.recordset")		         
sql="select * from config"
rs.open sql,conn,3,1

%>
<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">

</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><%if request("id")="copy" then%>
    <tr> 
      <td bgcolor="#E8E8E8"><strong>版权声名:</strong></td>
    </tr>
    <tr> 
      <td>本系统为保定云景数码设计公司开发,源代码和程序为云景公司所有,未经过云景公司书面同意,任何公司和个人不得随意传播本程序,否则本公司将追究其法律责任。</td>
    </tr><%end if%>
   <%if request("id")="lianxi" then%> <tr> 
      <td bgcolor="#E8E8E8"><strong>联系我们:</strong></td>
    </tr>
    <tr> 
      <td height="27">您使用了本公司的程序,为了感谢您对我们的认可,我们将为您提供优质的服务,提供免费技术支持。使用过程中如果发现任何问题请联系我们,我们将给您满意的答复。<br> 
        <br>
        我们的电话:0312-7512195<br> <br>
        我们的网站:<a href="http://www.design-cl.com" target="_blank">http://www.design-cl.com</a><br> 
        <br>
        我们的信箱:<a href="maito:webmaster@design-cl.com">webmaster@design-cl.com</a> 
      </td>
    </tr><%end if%><%if request("id")="help" then%>
    <tr> 
      <td height="27" bgcolor="#E8E8E8"><strong>使用帮助:</strong></td>
    </tr>
    <tr> 
      <td height="27"><ul>
          <li>保证本系统的安全性,不要泄漏源代码,不要随意删除本系统任何文件,以免影响您的正常使用。 <br>
            <br>
          </li>
          <li> 卡号,工号等一律为数字,不能以0开头,例如:输入012则录入的结果实际为12。</li>
        </ul></td>
    </tr><%end if%>
    <tr> 
      <td> <hr size="1" noshade> <%
		  rs.close%></td>
    </tr>
  </table>
</div>
</BODY>
</HTML> <%
		conn.close%>

⌨️ 快捷键说明

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