helpleft.asp
来自「能进行网上购物的需求」· ASP 代码 · 共 49 行
ASP
49 行
<TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" CLASS="navtable">
<tr>
<td width="100%" align="center" height="25" CLASS="navtablehead">
<%if request("LAN")="english" then
response.write("Faq")
elseif request("LAN")="fan" then
response.write("購物幫助")
else
response.write("购物帮助")
end if%></td>
</tr>
<tr>
<td height="20">
<IMG src="images/index_mulu.gif" border=0><a href="system.asp?lan=<%=request("lan")%>"><b>
<%if request("LAN")="english" then
response.write("About us")
elseif request("LAN")="fan" then
response.write("本站信息")
else
response.write("本站信息")
end if%></b></a>
</td>
</tr>
<%
sql="select * from 56770_newstype"
Set rs=Server.CreateObject("ADODB.RecordSet")
rs.open sql, conn, 1, 1
do while not rs.eof
%>
<tr>
<td height="20">
<IMG src="images/index_mulu.gif" border=0><a href="help.asp?lan=<%=request("lan")%>&newstype=<%=rs("type_id")%>"><b>
<%if request("LAN")="english" then
response.write rs("newstype_ename")
elseif request("LAN")="fan" then
response.write rs("newstype_fname")
else
response.write rs("newstype")
end if%></b></a>
</td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?