%@ LANGUAGE="VBSCRIPT" %>
<%
ProductClass_2=request("ProductClass_2")
set rs=server.createobject("adodb.recordset")
sqltext="select * from Product"
if request("Product_Name")<>"" then
sqltext=sqltext &" where Product_Name like '%"& request("Product_Name") &"%' "
else
sqltext=sqltext &" where Product_Name like '%"& "" &"%' "
end if
if request("Product_Class")<>"" then
sqltext=sqltext &" and Class_1 like '%"& request("Product_Class") &"%' "
end if
rs.open sqltext,conn,1,1
dim MaxPerPage
MaxPerPage=9
'取得页数,并判断用户输入的是否数字类型的数据,如不是将以第一页显示
dim text,checkpage
text="0123456789"
Rs.PageSize=MaxPerPage
for i=1 to len(request("page"))
checkpage=instr(1,text,mid(request("page"),i,1))
if checkpage=0 then
exit for
end if
next
If checkpage<>0 then
If NOT IsEmpty(request("page")) Then
CurrentPage=Cint(request("page"))
If CurrentPage < 1 Then CurrentPage = 1
If CurrentPage > Rs.PageCount Then CurrentPage = Rs.PageCount
Else
CurrentPage= 1
End If
If not Rs.eof Then Rs.AbsolutePage = CurrentPage end if
Else
CurrentPage=1
End if
%>
华夏巨龙图书网联系我们
一、代理条件
1.代理商需具备一定的专业素质,信誉好; 2.代理商有一定的资金实力和开拓市场的能力; 3.代理费用标准:
A.超大型城市(北京、上海、广州、重庆)代理费用为8万元;
B.省会城市(除A类外)代理费用为6万元;
C.区、市级城市(除B类外)代理费用为4万元;
D.县级城市代理费用为2万元。
二、优惠政策 1.传世文化致力于打造中国少儿科普类图书精品,每年发行图书近百种,在图书市场享有盛誉,为代理商的销售提供便利;
2.代理商享有优先选择权;
3.代理商享有代理发行利润,即享有折扣上的优惠;
4.代理商享有8%的退货或16%的调货率。
三.风险机制
1.代理商有权选择是否继续代理; 2.代理商如在三个月内不能续货(占第一批货的30%以上)或连续三个月不能续货的,代理协议自动终止,退货还款,结算账目; 3.代理商可将代理费用视为货款,但不能超过代理费的30%;
4.未尽事宜详见《代理协议》。 |