📄 down.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/db1.asp" -->
<%
Dim Recordset1
Dim Recordset1_numRows
Set Recordset1 = Server.CreateObject("ADODB.Recordset")
Recordset1.ActiveConnection = MM_db1_STRING
Recordset1.Source = "SELECT * FROM join_table"
Recordset1.CursorType = 0
Recordset1.CursorLocation = 2
Recordset1.LockType = 1
Recordset1.Open()
Recordset1_numRows = 0
%>
<%
Dim Recordset2__MMColParam
Recordset2__MMColParam = "1"
If (Request.Form("textfield") <> "") Then
Recordset2__MMColParam = Request.Form("textfield")
End If
%>
<%
Dim Recordset2
Dim Recordset2_numRows
Set Recordset2 = Server.CreateObject("ADODB.Recordset")
Recordset2.ActiveConnection = MM_db1_STRING
Recordset2.Source = "SELECT * FROM 随书光盘 WHERE 书名 LIKE '%" + Replace(Recordset2__MMColParam, "'", "''") + "%'"
Recordset2.CursorType = 0
Recordset2.CursorLocation = 2
Recordset2.LockType = 1
Recordset2.Open()
Recordset2_numRows = 0
%>
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = 10
Repeat1__index = 0
Recordset2_numRows = Recordset2_numRows + Repeat1__numRows
%>
<%
Dim MM_paramName
%>
<%
' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters
Dim MM_keepNone
Dim MM_keepURL
Dim MM_keepForm
Dim MM_keepBoth
Dim MM_removeList
Dim MM_item
Dim MM_nextItem
' create the list of parameters which should not be maintained
MM_removeList = "&index="
If (MM_paramName <> "") Then
MM_removeList = MM_removeList & "&" & MM_paramName & "="
End If
MM_keepURL=""
MM_keepForm=""
MM_keepBoth=""
MM_keepNone=""
' add the URL parameters to the MM_keepURL string
For Each MM_item In Request.QueryString
MM_nextItem = "&" & MM_item & "="
If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item))
End If
Next
' add the Form variables to the MM_keepForm string
For Each MM_item In Request.Form
MM_nextItem = "&" & MM_item & "="
If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then
MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item))
End If
Next
' create the Form + URL string and remove the intial '&' from each of the strings
MM_keepBoth = MM_keepURL & MM_keepForm
If (MM_keepBoth <> "") Then
MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1)
End If
If (MM_keepURL <> "") Then
MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1)
End If
If (MM_keepForm <> "") Then
MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1)
End If
' a utility function used for adding additional parameters to these strings
Function MM_joinChar(firstItem)
If (firstItem <> "") Then
MM_joinChar = "&"
Else
MM_joinChar = ""
End If
End Function
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style27 {font-size: 13px; color: #FFFFFF; }
body {
margin-top: 0px;
}
.style35 {font-size: 13px; color: #FFFFFF; font-family: "新宋体"; }
.style36 {color: #0000CC}
.style38 {
font-size: 16px;
color: #0033CC;
font-family: "宋体";
}
.style39 {color: #000000}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #999999;
}
a:hover {
text-decoration: underline;
color: #FF9900;
}
a:active {
text-decoration: none;
color: #FF9900;
}
.style45 { color: #FFFFFF;
font-weight: bold;
font-family: "楷体_GB2312";
}
.style40 {font-family: "楷体_GB2312"}
.style41 {
color: #000000;
font-family: "楷体_GB2312";
font-weight: bold;
}
.style43 {font-size: 12px}
.style42 {color: #005EB6}
.style46 {
color: #0066FF;
font-size: 16px;
font-family: "幼圆";
}
-->
</style>
</head>
<body>
<table width="805" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="805" valign="top"><div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2" valign="top"><img src="未标题-1%20拷贝.jpg" width="805" height="120" align="absmiddle"></td>
</tr>
<tr>
<td colspan="2" align="left" bgcolor="#99CCFF"><div align="left"></div></td>
</tr>
<tr valign="middle">
<td width="84%" align="left" background="11111.jpg"><div align="center"><a href="index.asp"><img src="未标题-3.jpg" width="85" height="32" border="0"></a><img src="menu_2.png" width="85" height="32"><img src="menu_3.png" width="85" height="32"><a href="tushuguan/duzhechaxun.asp"><img src="menu_5.png" width="85" height="32" border="0"></a><a href="tushuguan/index.asp"><img src="menu_10.png" width="85" height="32" border="0"></a><a href="xhbook/index.asp"><img src="menu_6.png" width="85" height="32" border="0"></a><a href="光盘资料下载.asp"><img src="menu_11.png" width="80" height="32" border="0"></a><a href="xhbook/index1.asp"><img src="menu_8.png" width="85" height="32" border="0"> </a></div></td>
<td width="16%" align="right" background="11111.jpg"><div align="center">
<script language=JavaScript>
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
document.write(
"<font color=#ffffff style='font-size:9pt;font-family: 宋体'> ",
today.getYear(),"年",
today.getMonth()+1,"月",
today.getDate(),"日",
d[today.getDay()+1],
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -