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

📄 viewzslx.asp

📁 21世纪人才www.51zy.net 网站源码
💻 ASP
字号:
<% Response.Buffer=True %> 
<!--#include file="inc/dbconn.asp"-->
<% set rs=server.createobject("adodb.recordset")
sql1="update zslxnews set click=click+1 where id="&request("id")
rs.open sql1,conn,1,1
sql2="select * from zslxnews where id="&request("id")
rs.open sql2,conn,1,1 %>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="inc/index.css" type="text/css">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>招生留学==><%=rs("title")%></title>
<style type="text/css">
<!--
body,td,th {
	font-size: 10pt;
	color: #333333;
}
-->
</style></head>

<body>
<table width="550" border="0" align="center" cellpadding="1" cellspacing="1">
  <tr>
    <td height="240" bgcolor="#65bc1a"><table width="548" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="7" height="22" valign="top" bgcolor="#CEF2B7">&nbsp;</td>
        <td colspan="2" bgcolor="#CEF2B7">:::智达人才网 www.51zy.net:::</td>
      </tr>
      <tr bgcolor="#f7fff7">
        <td height="25" colspan="3"><p align="center">===<b> <%=rs("title")%> </b>=== </td>
      </tr>
      <tr>
        <td height="20" align="center" valign="top" bgcolor="#FFFFFF"></td>
        <td width="533" height="20" align="center" valign="top" bgcolor="#FFFFFF"><p align="left">&nbsp;&nbsp;<%=rs("text")%></td>
        <td width="8" align="center" valign="top" bgcolor="#FFFFFF">&nbsp;</td>
      </tr>
      <tr bgcolor="#FFFFFF">
        <td height="20" colspan="3" align="center" valign="top"><div align="right">【<a href="javascript:window.close()">关闭窗口</a>】【<a href="javascript:window.print()">打印文章</a>】</div></td>
      </tr>
    </table></td>
  </tr>
</table>
<p align="center">
  <script language="javascript" src="inc/copyright.js"></script>
</p>

</body>

</html>

⌨️ 快捷键说明

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