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

📄 readimages.asp

📁 为了开发出适用于中小型企业的通用人才管理软件。对于已备电脑等硬件设备而无人才管理软件的企业更能带来更高的收益。此人才管理软件主要应用了DELPHI 7和SQL。解决企业管理中的员工管理
💻 ASP
字号:
<%@ Language=VBScript %>
<!--#INCLUDE FILE="inc_Conn.asp" -->
<%
Dim strSql,strImageName
strSql="Select * from Class order by Class_Desc"
set rs=MyCon.execute(strSql)

strImageName=trim(Request.QueryString("ImageName"))
If strImageName="" Then strImageName="0_0"
%>

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>新闻图片</title>
<link rel="stylesheet" href="css.css" type="text/css">
</head>

<body>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="755">
    <tr>
      <td width="214"><font face>
        <table align="center" border="0" cellPadding="0" cellSpacing="0" width="10%">
          <tbody>
            <tr>
              <td vAlign="top" width="50%"><img alt="中南学子" border="0" src="IMAGES/0001.gif"></td>
            </tr>
          </tbody>
        </table>
        </font></td>
      <td width="281"></td>
      <td width="254"></td>
    </tr>
  </table>
  </center>
</div>
<div align="center">
  <center>
  <table border="0" width="755">
    <tr>
      <td width="100%" align="left" bgcolor="#6699FF">
      &nbsp;<a href="Index.asp" Class=title1>首页</a><font color="#FFFFFF"> <b> |</b>                      
      </font>                      
      <% Do while not rs.eof %>                  
      <a href="ListNews.asp?ClassID=<%=rs("ClassID")%>" Class=title1><%=rs("Class_Name")%></a>                     
      <b><font color="#FFFFFF"> |</font></b>                     
      <% rs.movenext %>                     
      <% Loop %>                     
      </td>
    </tr>
  </table>
  </center>
</div>

<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="755">
    <tr>
      <td width="50"></td>
      <td width="324"></td>
      <td width="330"></td>
      <td width="43"></td>
    </tr>
    <tr>
      <td width="50"></td>
      <td width="654" colspan="2" valign="top" align="center" nowrap><img border="0" src="tools/Images/<%=strImageName%>.jpg"></td>
      <td width="43"></td>
    </tr>
    <tr>
      <td width="50"></td>
      <td width="654" colspan="2" align="center"><a href="javascript:onClick= window.close()">关闭窗口</a></td>
      <td width="43"></td>
    </tr>
  </table>
  </center>
</div>
<table border="0" cellpadding="0" cellspacing="0" width="755" bgcolor="whitesmoke">
  <tr>
    <td width="100%" align="right"><img border="0" src="IMAGES/logo_3rom_by.gif"></td>
  </tr>
</table>

</body>

</html>
<%
rs.close
set rs=nothing
MyCon.close
set MyCon=nothing
%>

⌨️ 快捷键说明

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