?? help.asp
字號(hào):
<!--#include file="conn.asp"-->
<!--#include file="IncAsp/venshop_top.asp"-->
<div align="center">
<table cellpadding="0" cellspacing="0" class="all_t1">
<tr><td class="all_l_td" valign="top" height=300>
<table cellSpacing="0" cellPadding="0" border="0" class="news_la">
<tr><td class="news_la1"><span class="news_laf">幫助中心 | HELP</span></td></tr>
<tr><td class="news_la2" align=center>
<div class="d5"></div>
<%set rs=server.CreateObject("adodb.recordset")
sql="select id,typename from venshop_type order by xu desc,id desc"
rs.open sql,conn,1,1
do while not rs.eof
typeid=rs("id")%>
<table cellpadding=5 width="90%" border=0 style="border-collapse: collapse" bordercolor="#111111">
<tr><td colspan="3"><a href="help.asp?typeid=<%=rs("id")%>"><b><%=rs("typename")%></b></a></td></tr>
<tr><td colspan=3 height=2 background=Img/dot_menu.gif></td></tr>
<%set rs8=server.CreateObject("adodb.recordset")
rs8.open "select id,title from venshop_book where typeid="&typeid&" order by id asc",conn,1,1
do while not rs8.eof and not rs8.bof%>
<tr><td><a href="help.asp?id=<%=rs8("id")%>">>> <%=rs8("title")%></a></td></tr>
<tr><td colspan=3 height=2 background=Img/dot_menu.gif></td></tr>
<%rs8.movenext
loop
rs8.close
set rs8=nothing%></table>
<%rs.movenext
loop
rs.close
set rs=nothing%>
<div class="d5"></div>
</td></tr>
<tr><td class="news_la3"></td></tr></table>
<div class="d5"></div>
</td>
<td valign="top" class="all_c_td">
<%if request("typeid")="" and request("id")="" then%>
<table width="99%" cellpadding="0" cellspacing="0">
<tr><td class="sort"> <IMG src="Skin/<%=venshop_skin%>/home.gif" border=0 align="absmiddle"> 您的位置:
<a href="index.asp">首頁(yè)</a> >> <a href="help.asp">幫助中心</a></td></tr>
</table>
<table border="0" width="99%" cellspacing="0" cellpadding="0">
<tr><td height="200" valign="top"><p style="line-height: 200%; margin-left:20px; margin-right:20px; margin-top:10px; margin-bottom:0">
在網(wǎng)站使用過(guò)程中出現(xiàn)的問(wèn)題您可以通過(guò)以下方式解決:<br>
1. 在左側(cè)選擇您需要的幫助信息,里面包含網(wǎng)站常見(jiàn)問(wèn)題的詳細(xì)解答;<br>
2. 點(diǎn)擊網(wǎng)站“<a href="gb.asp"><font color="#FE7902">客戶(hù)反饋</font></a>”,將您的問(wèn)題反饋給網(wǎng)站管理員,管理員會(huì)通過(guò)郵件及時(shí)給您解答;<br>
3. 關(guān)于具體產(chǎn)品的問(wèn)題請(qǐng)?jiān)诰唧w產(chǎn)品頁(yè)面“問(wèn)題及評(píng)論”中點(diǎn)擊“我要發(fā)表”,網(wǎng)站客戶(hù)人員會(huì)及時(shí)給您解答;<br>
4. 通過(guò)以下任一方式聯(lián)系我們,我們會(huì)盡力幫您解答問(wèn)題:</p>
<p style="line-height: 200%; margin-left: 37px; margin-right: 20px; margin-top: 5px; margin-bottom: 20px">
客服熱線(xiàn):<%=tel%><br>客服郵箱:<%=mail%><br>傳真:<%=fax%><br>QQ:<%=oicq%><br>MSN:<%=msn%>
<br>地址:<%=ymaddr%> 郵編:<%=code%>
</td></tr></table>
<%elseif request("id")<>"" then
id = Request.QueryString("id")
If Not(isNumeric(id)) Then
Response.Write "<p align=center>操作錯(cuò)誤!</p>"
else
set rs=server.createobject("adodb.recordset")
sql="select * from venshop_book where id="&id&""
rs.open sql,conn,1,1
if not rs.eof then%>
<table width="99%" cellpadding="0" cellspacing="0">
<tr><td class="sort"> <IMG src="Skin/<%=venshop_skin%>/home.gif" border=0 align="absmiddle"> 您的位置:
<a href="index.asp">首頁(yè)</a> >> <a href="help.asp">幫助中心</a> >> <%=rs("title")%></td></tr>
<tr>
<td valign="top" align="center">
<table border="0" width="95%" cellspacing="0" cellpadding="0">
<tr><td height="8"></td></tr>
<tr><td><p style="line-height: 150%; margin-left: 10; margin-right: 10"><%=rs("nr")%></td></tr></table>
</td></tr></table><%end if
rs.close
set rs=nothing
End If
elseif request("typeid")<>"" then
typeid = Request.QueryString("typeid")
If Not(isNumeric(typeid)) Then
Response.Write "<p align=center>操作錯(cuò)誤!</p>"
else
set rs=server.createobject("adodb.recordset")
sql="select typename from venshop_type where id="&typeid&""
rs.open sql,conn,1,1
if not rs.eof then
typen=rs("typename")
end if
rs.close
set rs=nothing
%>
<table width="99%" cellpadding="0" cellspacing="0">
<tr>
<td class="sort"> <IMG src="Skin/<%=venshop_skin%>/home.gif" border=0 align="absmiddle"> 您的位置:
<a href="index.asp">首頁(yè)</a> >> <a href="help.asp">幫助中心</a> >> <%=typen%></td></tr>
<tr><td valign="top" align="center">
<%set rs=server.createobject("adodb.recordset")
sql="select * from venshop_book where typeid="&typeid&" order by id asc"
rs.open sql,conn,1,1
do while not rs.eof%>
<table border="0" width="95%" cellspacing="0" cellpadding="0">
<tr><td height="8"></td></tr>
<tr><td height="30"><IMG src="Skin/<%=venshop_skin%>/dot3.gif" border=0 align="absmiddle"> <b><%=rs("title")%></b></td></tr>
<tr><td height="8"></td></tr>
<tr><td><p style="line-height: 150%; margin-left: 10; margin-right: 10"><%=rs("nr")%></td></tr>
<tr><td height="8"></td></tr>
<tr><td height=2 background=Img/dot_menu.gif></td></tr></table>
<%rs.movenext
loop
rs.close
set rs=nothing%>
</td></tr></table>
<%End If
End If%>
</td></tr></table></div>
<!--#include file="IncAsp/venshop_copy.asp"-->
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -