[an error occurred while processing this directive]
[an error occurred while processing this directive]
[an error occurred while processing this directive]
<%if request.ServerVariables("HTTP_REFERER")<>"" then
session("reffererID")= request.ServerVariables("HTTP_REFERER")
end if
%>On-Line Shopping
Click on the product for more details.
Satisfaction Guaranteed
Full refund upon request within 30 days of purchase
<%
SQL="Select * from tblBooks WHERE Category <> 4 order by Category asc,BookID desc"
rst.Open SQL,dbobj
oldCat="unique"
closetable=""
temp=0
If not rst.BOF Then ' MAIN
do until rst.EOF
if not rst("Category")=oldCat then %><%=closetable%>
<%
select case rst("Category")
case 1 response.write "Presentation Skills"
case 2 response.write "Business Etiquette"
case 3 response.write "Personal and Professional Development"
case 4 response.Write "Career Development Seminars"
end select %>: |
<%oldCat=rst("Category")
temp=0
end if%>
| <%
if temp>2 then%>
| |
<%
temp=-1
end if
temp=temp+1
closetable="
"
rst.MoveNext
loop
End If ' MAIN
%>
[an error occurred while processing this directive]