?? info_history.asp
字號(hào):
<table width="100%" height="26" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/main/LU.gif" width="178" height="34"></td>
</tr>
</table>
<%if request.cookies("shopzhiwang")("username")<>"" or request.cookies("shopzhiwang")("shjianame")<>"" then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="22" colspan="2"> <b><font color="#FF9900">最近的瀏覽歷史</font></b> </td>
</tr>
<%set rs=server.createobject("adodb.recordset")
rs.open "select * from sh_his where username='"&request.cookies("shopzhiwang")("username")&"' and lx=1 order by ltime desc",conn,1,1
while not rs.eof%>
<tr>
<td height="22" align="right" width="19%">
<div align="center"><img src="images/image001.gif"></div>
</td>
<td height="22" align="left" width="81%"><a href='list.asp?id=<%=rs("bookid")%>' ><%=rs("bookname")%></a></td>
</tr>
<%rs.movenext
wend
rs.close
%>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="22" colspan="2"> <b><font color="#FF6600">搜索關(guān)鍵詞</font></b></td>
</tr>
<%set rs=server.createobject("adodb.recordset")
rs.open "select * from sh_his where username='"&request.cookies("shopzhiwang")("username")&"' and lx=2 order by ltime desc",conn,1,1
while not rs.eof%>
<tr>
<td height="22" align="right" width="19%">
<div align="center"><img src="images/image002.gif" width="15" height="15"></div>
</td>
<td height="22" align="left" width="81%"><a href='research.asp?<%=rs("searchkey")%>' ><%=rs("bookname")%></a></td>
</tr>
<%rs.movenext
wend
rs.close
set rs=nothing%>
</table>
<%
else
%>
<font color="#FF0000">對(duì)不起,您沒有登陸</font>
<%end if%>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -