bookpre_more.asp

来自「书店的管理系统。不错的一个源程序。提供给大家。」· ASP 代码 · 共 123 行

ASP
123
字号
<%@ Language=VBScript %>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新华书店总店新闻</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<style type="text/css"><!--
A:link{text-decoration:none;font-size:9pt}A:visited{text-decoration:none;font-size:9pt}A:active{text-decoration:none;font-size:9pt}A:hover{text-decoration:none;color:red}body,table{font-size:9pt}tr,td{font-size:9pt}-->
</style>
</head>

<%
'set con=server.createobject("ADODB.Connection")
'con.open "driver={Microsoft Access Driver (*.mdb)};dbq="&server.MapPath("/news.mdb") 

set con=server.createobject("ADODB.Connection")
con.open Application("str_con")

set res_news=server.createobject("ADODB.Recordset")
set res_news.ActiveConnection = con
res_news.source="select id,news_title from book_pre order by id desc"
res_news.cursorlocation=3
res_news.open ,,adOpenStatic
%>

<body topmargin="5" vlink="#0000FF" alink="#FF0000" link="#0000FF">
<div align="center"><center>
  </center></div><div align="center"><center>

    <table border="0" cellPadding="0" cellSpacing="0" width="700">
      <tr> 
        <td align="center" class="chn" height="1" nowrap width="700" bgcolor="#000000"></td>
      </tr>
      <tr> 
        <td align="center" class="chn" height="1" nowrap width="700" bgcolor="#000000"></td>
      </tr>
      <tr> 
        <td align="center" class="chn" height="10" nowrap width="700"></td>
      </tr>
    </table>
</center></div><div align="center"><center>

<table border="0" width="700" cellspacing="0" cellpadding="0">
  <tr>
        <td width="94" bgcolor="#EBE9C9" valign="top" rowspan="2"> 
          <table border="0" width="100%"
    cellspacing="0" cellpadding="0">
      <tr>
        <td width="100%" height="10"></td>
      </tr>
      <tr>
              <td width="100%"><strong><span style="font-size: 9pt"></span></strong></td>
      </tr>
      <tr>
        <td width="100%" height="10"></td>
      </tr>
      <tr>
              <td width="100%"><strong><a href="../index_down1.htm">新书快递</a><font
        color="#FF0000">Book Express</font></strong></td>
      </tr>
      <tr>
        <td width="100%" height="10"></td>
      </tr>
      <tr>
              <td width="100%"><strong><font color="#FF0000"> </font></strong></td>
      </tr>
      <tr>
        <td width="100%" height="10"></td>
      </tr>
      <tr>
              <td width="100%"><strong></strong></td>
      </tr>
    </table>
    </td>
        <td width="6" rowspan="2"></td>

        <td valign="top" width="606"><br>

		<%while not res_news.EOF%>
          <img src="redarow.gif" width="8" height="8" alt="redarow.gif (160 字节)">
          <a href="bookpre_detail.asp?id=<%=res_news("id")%>" target="_blank"><%=res_news("news_title")%></a>
          <br><br>

		<%res_news.movenext%>
		<%WEnd%>

		<%res_news.Close 
		  con.Close 
		%>
        </p>
        </td>
  </tr>
  <tr>
        <td width="606" valign="top" height="2"> 
          <p> </td>
  </tr>
</table>
  </center>
</div>

<div align="center"><center>

<table border="0" width="99%" cellspacing="0" cellpadding="0" height="1">
  <tr>
    <td width="100%" bgcolor="#E2E0B1"></td>
  </tr>
</table>
</center></div>

<p align="center"><font color="#C0BB56"><span ></span style="font-size: 9pt">版权所有:新华书店总店<span
></span><br>
<span style="font-size: 9pt">新华通力图书信息技术有限公司<br>
电话:(010)68351133-2017<br>
传真:(010)68351133-2016</span></font><span style="font-size: 9pt"><font color="#B6B043"><br>
  </font></span><a href="mailto:webmaster@bookbbc.com"><font color="#B6B043"><span style="font-size: 9pt">电</span></font><font color="#B6B043">子<span ></span>邮件<span
style="font-size: 9pt">:webmaster@bookbbc.com</span></font></a><font color="#B6B043"><span
style="font-size: 9pt"><br>
  </span></font></p>

</body>
</html>

⌨️ 快捷键说明

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