newbook_more.asp

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

ASP
92
字号
<%@ 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 Application("str_con")

set res_newbook=server.createobject("ADODB.Recordset")
set res_newbook.ActiveConnection = con

res_newbook.source="select id=bookW.XHBID,正书名 from new_book,bookW where new_book.XHBID=bookW.XHBID order by no desc "
res_newbook.cursorlocation=3
res_newbook.open ,,adOpenStatic
%>

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

<table border="0" width="700" height="10" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" bgcolor="#cdcfd8"></td>
  </tr>
</table>
</center></div><div align="center"><center>

<table border="0" width="700" cellspacing="0" cellpadding="0">
  <tr>
    <td bgcolor="#cdcfd8" valign="top" width="25%"></td>
    <td width="80%" valign="top">
          <table border="0" cellspacing="0" cellpadding="0" width="536">
            <tr valign="top"> 
              <td colspan="2" height="398"> 


				<%while not res_newbook.EOF%>

                <p align="center"><br>
                <span style="FONT-SIZE: 9pt">
                <a Href="query/title_detail.asp?XHBID=<%=res_newbook("id")%>&amp;book_name=<%=res_newbook("正书名")%>"><%=res_newbook("正书名")%></a>
                <br><br>
                </span>

				<%res_newbook.movenext%>
				<%WEnd%>

				<%res_newbook.Close 
				  con.Close 
				%>


              </td>
            </tr>
            <tr> 
              <td colspan="2" valign="top" width="536" height="131"><big><font color="#767a98"><br>
                </font></big></td>
            </tr>
          </table>
    </td>
  </tr>
</table>
</center></div><div align="center"><center>

<table border="0" width="700" height="2" cellspacing="0" cellpadding="0">
  <tr>
    <td width="100%" bgcolor="#cdcfd8"></td>
  </tr>
</table>
</center></div>
<div align="center"></div>

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

</body>
</html>

⌨️ 快捷键说明

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