📄 info_faq.asp
字号:
<%set rs=server.CreateObject("adodb.recordset")
rs.open "select top 10 * from shop_guestshop order by id desc",conn,1,1%>
<style type="text/css">
<!--
.style4 {color: #FF5C99}
-->
</style>
<table width="10%" height="5" border="0" cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>
<TABLE width=184 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width=4 height=4><IMG height=4
src="img/xiao/new_line_004.gif" width=4></TD>
<TD background=img/xiao/new_line_008.gif height=4></TD>
<TD vAlign=top width=4 height=4><IMG height=4
src="img/xiao/new_line_005.gif" width=4></TD>
</TR>
<TR>
<TD background=img/xiao/new_line_009.gif></TD>
<TD
style="PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; PADDING-TOP: 0px"
align=middle><table width="100%" height="32" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="img/xiao/gongji_02.gif" width="148" height="24"></td>
</tr>
</table>
<table width="100%" height="27" border="0" cellpadding="0" cellspacing="0">
<%i=0
do while not rs.eof%>
<tr>
<td width="1%" height="8" > </td>
<td width="99%">
<table width="100%" height="1" border="0" cellpadding="0" cellspacing="0" background="img/xiao/lineDotGray.gif">
<tr>
<td height="1" background="img/xiao/blank.gif"></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="19" ></td>
<td><img src="img/xiao/gongji_06.gif" width="14" height="15">
<%if len(trim(rs("content")))>13 then
response.write "<a href='gestliuyan.asp'>"&left(trim(rs("content")),12)&"."&"</a><br>"
else
response.write "<a href='gestliuyan.asp'>"&trim(rs("content"))&" </a><br>"
end if
%>
</td>
</tr>
<%i=i+1
if i>=10 then exit do
rs.movenext
loop
rs.close
set rs=nothing%>
</table></TD>
<TD background=img/xiao/new_line_010.gif> </TD>
</TR>
<TR>
<TD vAlign=top width=4 height=4><IMG height=4
src="img/xiao/new_line_006.gif" width=4></TD>
<TD background=img/xiao/new_line_011.gif></TD>
<TD vAlign=top width=4 height=4><IMG height=4
src="img/xiao/new_line_007.gif" width=4></TD>
</TR>
</TBODY>
</TABLE>
<div align="center"></div>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -