⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 help.asp

📁 凡人网络购物系统 v8.0 中文版
💻 ASP
字号:
<!--#include file="top.asp"-->
<div align="center">
<table width=980 border=0 cellpadding=0 cellspacing=0 bgcolor="#FFFFFF">
  <tr> 
    <td width=181 align="center" valign="top"><!--#include file="log.asp"--><!--#include file="inhelp.asp"--></td>
    <td valign="top" align="center"><%if request("typeid")="" and request("id")="" then%>
<table border="0" width="743" cellspacing="0" cellpadding="0">
	<tr><td height="200" valign="top"><img src="img/help.gif"><p style="line-height: 200%; margin-left:20px; margin-right:20px; margin-top:10px; margin-bottom:0">
		在网站使用过程中出现的问题您可以通过以下方式解决:<br>
		1. 在左侧选择您需要的帮助信息,里面包含网站常见问题的详细解答;<br>
		2. 点击网站“<a href="gb.asp"><font color="#FE7902">客户反馈</font></a>”,将您的问题反馈给网站管理员,管理员会通过邮件及时给您解答;<br>
		3. 关于具体产品的问题请在具体产品页面“问题及评论”中点击“我要发表”,网站客户人员会及时给您解答;<br>
		4. 通过以下任一方式联系我们,我们会尽力帮您解答问题:</p>
		<p style="line-height: 200%; margin-left: 37px; margin-right: 20px; margin-top: 5px; margin-bottom: 20px">
		客服热线:<%=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>操作错误!</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="743" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0"> 
  <tr><td height="48" style="border-top: 2px solid #FFFFFF" background="img/help1.gif"><p style="margin-left: 40px;font-size:10pt"><font color="#346A7C"><b><%=rs("title")%></b></font></td></tr>
  <tr>
	<td valign="top" width="770" background="img/regbg.gif" 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>
<tr><td width="771" height="17" background="img/reg2.gif"></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>操作错误!</p>"
else
set rs=server.createobject("adodb.recordset")
sql="select * 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
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 width="743" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0"> 
  <tr>
	<td height="48" style="border-top: 2px solid #FFFFFF" background="img/help1.gif">
	<p style="margin-left: 40px;font-size:10pt"><font color="#346A7C"><b><%=typen%>:<%=rs("title")%></b></font></td></tr>
  <tr><td valign="top" width="770" background="img/regbg.gif" 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>
<tr><td width="771" height="17" background="img/reg2.gif"></td></tr></table><%rs.movenext
loop
rs.close
set rs=nothing
End If
End If
%></td></tr></table></div>
<!--#include file="copy.asp"-->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -