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

📄 quhao.asp

📁 功能非常强大的一款办公自动化软件原代码,其中的文档签收功能特别实用.不相信下下来看下.
💻 ASP
字号:
<!--#include file="check.asp"-->
<!--#INCLUDE FILE="connect.asp" --> 
<html>
<head>
<title>办公自动化(OA)</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="apply.css" type="text/css">
</head>
<script language="javascript" src="apply.js">
</script>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" oncontextmenu="return false">
<!--#include file="checksql.asp"-->
<% 
set rs=server.createobject("adodb.recordset")
sm=""&request("sm")
sm=checksql(sm)
sql="select * from ybqh where sm='"&sm&"' or dq='"&sm&"' or qh='"&sm&"' or yb='"&sm&"'"
rs.open sql,conn,1,1

%>
  <form name="form" method="POST" action="quhao.asp">
  <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
    <tr height="25"> 
    <td height="45" width="69%" align="center" class="title"> 全国邮编区号 </td>
  </tr>
  <tr height="25"> 
    <td height="47" width="69%" > 
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr height=1> 
            <td bgcolor="#A7BAE4" height="1" colspan="4"></td>
          </tr>
          <tr bgcolor="#D4DEF4" align="center"> 
            <td height="25" width="24%" > 省 市</td>
            <td height="25" width="26%" > 地 区</td>
            <td height="25" width="25%" > 邮 编</td>
            <td height="25" width="25%" > 区 号</td>
          </tr>
          <tr height=1> 
            <td bgcolor="#A7BAE4" height="1" colspan="4"></td>
          </tr>
		    <%if rs.eof then %>
      <tr height="1"> 
        <td bgcolor="#ffffff" colspan="4"><img src="images/spacer.gif" width="1" height="1"></td>
      </tr>
      <tr bgcolor="#F5FAFD" align="center"> 
            <td height="26" colspan="4" class="f6wait">&nbsp;&nbsp;没有找到相应的内容</td>
      </tr>
      <tr height="1"> 
        <td bgColor="#D6E1F8" colspan="4"><img src="images/spacer.gif" width="1" height="1"></td>
      </tr>
          <%
		  else
		  while not rs.eof
										%>
          <tr onMouseOver="this.bgColor='#D7E4FF'" onMouseOut="this.bgColor='#F5FAFD'" bgcolor="#F5FAFD"> 
            <td height="22" width="24%" > 
              <div align="center"><%=rs("sm")%></div>
            </td>
            <td height="22" width="26%" > 
              <div align="center"><%=rs("dq")%></div>
            </td>
            <td height="22" width="25%" > 
              <div align="center"><%=rs("yb")%></div>
            </td>
            <td height="22" width="25%" > 
              <div align="center"><%=rs("qh")%></div>
            </td>
          </tr>
          <tr height="1"> 
            <td bgColor="#D6E1F8" colspan="4"><img src="images/spacer.gif" width="1" height="1"></td>
          </tr>
          <%rs.movenext
					wend
			end if
						%>
        </table>
    </td>
  </tr>
  <tr> 
    <td valign="top" align="center" > 

        <table width="100%" border="0" cellspacing="0" cellpadding="0" height="28" bgcolor="#D4DEF4">
          <tr> 
            <td width="50%"> 
              <div align="right">共找到<font color="#ff5bad"><%=rs.recordcount %></font>条符合条件记录 
                &nbsp;查询: 
                <input class="boxinput" type="text" name="sm" size="10" tableindex=1 maxlength="10">
                </div>
            </td>
            <td valign="bottom"> &nbsp; 
              <input type="image" name="find3" value="查 找" src="images/findgif.gif" width="71" height="19" onClick="return checkdailyinf();">
              &nbsp;<input type="image" name="find22" onClick="history.go(-1);return false;" src="images/fanhuigif.gif" width="71" height="19">
            </td>
          </tr>
        </table>
     
      
    </td>
  </tr>
</table>
  </form>
  <!--#include file="close.asp"-->
</body>
</html>

⌨️ 快捷键说明

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