<%@ language=vbscript %> <% pagetitle = "products by category" %> <% 'on error resume next strparam = 7' request.querystring("catalogid") strsql = "select texts.*, catalogs.* from texts, catalogs " & _ " where texts.catalogid = catalogs.catalogid" & _ " and texts.catalogid = "&strparam& " order by productname" set conn = server.createobject("adodb.connection") conn.open constring set rsprodinfo = server.createobject("adodb.recordset") rsprodinfo.open strsql, conn %> Sabra Tours

 

Welcome to one of the biggest and popular travel agencies in Toronto, Canada.

Address
180 Steeles Ave. W, # 223, Thornhill, ON L4J 2L1
905-889-2700

COMPANY PROFILE
History
Mission Statement
Testimonials
Our People
SERVICES
Vacation Packages
Cruise Packages
Air Fares
Hotels
Car Rentals
Insurance
Other
SPECIALS
BUSINESS TRAVEL
CONTACT US
ÍÀ ÐÓÑÑÊÎÌ ßÇÛÊÅ

 

 

  <% if rsprodinfo.eof then %>

UNDER CONSTRUCTION

<% else do until rsprodinfo.eof %>

<%= rsprodinfo("productname")%>

<% if not rtrim(rsprodinfo("productimg")) = "" then %> ', '_blank',',resizable,height=550,width=450,left=50,top=50')"> <% end if %>

<%= rsprodinfo("productdesc") %> <% rsprodinfo.movenext loop end if %>