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

📄 incinfor.asp

📁 学生日常管理系统
💻 ASP
字号:
<%

Set conn1 = Server.CreateObject("ADODB.Connection")

conn1.Open "database=school;uid=sa;pwd=;dsn=school"

'set rs1 = server.CreateObject("adodb.recordset")

sql1="select * from incinfor"

set rs1=conn1.Execute(sql1)
       'Open sql1,conn1,3

%>
<!--DOCTYPE HTML PUBLIC "-//IETF//DTD HTML4.0 //EN"-->
<!--海南欣科计算机软件有限公司王道春谭建华制作 hain@21cn.com tianjianhua@263.net-->
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>就业单位信息浏览</title>
<style>
<!--
.105V         {font-size: 10.5pt; font-family: 宋体;}
TD          {font-size: 9pt; font-family: 宋体;}
.90V         {font-size: 9pt; font-family: 宋体;}
.90VE         {font-size: 9pt; font-family: arial;}
a{color:#0000ff;text-decoration:none}
a:hover{color:red;text-decoration:underline}
-->
</style>
</head>

<body background="../images/di2001.jpg">
<div align="center"><center>
<table bgColor="#cbe4e4" border="1" borderColor="#cbe4e4" borderColorDark="#ffffff"
cellpadding="0" cellSpacing="0" width="89%">
  <caption align="left"><font color="#ff0000" size="5"><b>就业单位浏览</b></font></caption>
  <tr>
    <td  height="20"><table width="100%">
<TBODY>
      <tr>
        <td width="80%"><a href="index.htm">返&nbsp;&nbsp;回</a></td>
        <td width="20%" align="right"></td>
      </tr>
</TBODY>
    </table>
	    </td>
  </tr>
  <tr>
    <td bgColor="#ebf5f5" width="100%"><table width="100%" border="0" align="left">
	<tr>
	  <td width="50%" align="center" bgcolor="#ffffff"><font color="#0000FF"><b>就 业 单 位 公 司 名 称</b></font></td>
	  <td width="50%" align="center" bgcolor="#ffffff"><font color="#0000FF"><b>浏&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;览</b></font></td>
    </tr>
 <TBODY>
 <% While Not rs1.EOF %>
 	<tr>
	  <td width="50%" bgcolor="#ffffff"><%=rs1("dwmc")%></td>
	  <td width="50%" bgcolor="#ffffff"><A HREF=<%=rs1("pathname")%>><%=rs1("pathname")%></A></td>
    </tr>
    <% rs1.movenext 
     wend  %>
 </TBODY>      
    </table>

</td>
  </tr>
  <tr>
    <td><table width="100%">
<TBODY>
      <tr>
        <td width="68%" height="20"></td>
        <td align="right" width="32%" height="20"></td>
      </tr>
</TBODY>
    </table>
    </td>
  </tr>
</TBODY>
</table>
</center></div>


</body>
</html>

⌨️ 快捷键说明

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