<%IF Request("search2") = "實景街圖" Then Response.Redirect "http://www.skybnimap.com/searchcompany.html?se="&Request("search")&"" End IF%> <%IF Request("search2") = "雲名片" Then Response.Redirect "singleA?search="&Request("search")&"" End IF%> <%IF Request("search2") = "廠商" Then Response.Redirect "searchA?search="&Request("search")&"" End IF%> <% IF Request("p_num") <> "" Then '檢查不重複加入同商品到購物車 order_num2 = Request.Cookies("GodspeedCookies")&Request("p_num") IF Request("state") = "detail" Then Response.Redirect "/categoryDetail?mem_auto="&Request("mem_auto")&"" End IF End IF %> <% Set R1 = Server.CreateObject("ADODB.Recordset") R1.open "SELECT * FROM product_data Where p_check = '上架' and p_title like '%"&Request("search")&"%' and p_check_time <= '"&date()&"' and p_check_time2 > '"&date()&"' ORDER BY p_check_time DESC", connCon, 1, 1 %> 商品搜尋 | <%=Session("SERVER_NAME")%>

商品搜尋

<% Call PageView(R1.RecordCount,30,R1) SS = 0 Do While Not R1.EOF AND SS < 30 SS = SS + 1 %>
&p_num=<%=R1("p_num")%>">" alt="">

&p_num=<%=R1("p_num")%>"><%=R1("p_title")%>

<%IF R1("p_percent") <> 0 Then%>

<%=R1("p_percent")%>%回饋金:<%=FormatNumber(R1("p_money")*R1("p_percent")/100,0)%>元

<%End IF%> <%IF R1("p_percent3") <> 0 Then%>

<%=R1("p_percent3")%>%推廣獎金:<%=FormatNumber(R1("p_money")*R1("p_percent3")/100,0)%>元

<%End IF%> <%IF R1("p_percent31") <> 0 Then%>

<%=R1("p_percent31")%>元推廣金額

<%End IF%>

$<%=R1("p_money")%>元

<% R1.MoveNext Loop %>
<%Call PageCSS_WEB(1,9,"active")%>
<% R1.Close() Set R1 = Nothing %>