<%@LANGUAGE="VBSCRIPT"%> <% 'Option Explicit %> <% '============================================================================ 'This is the presentation file for the Search Results Page. '============================================================================ %> Cartweaver 2 Results Page
 
WELCOME!
SELECT YOUR PRODUCT(S) TO PURCHASE.

HOME
 
 
<% Set cwSearchObj = New cwSearch With cwSearchObj .SearchType = "Links" .AllCategoriesLabel = "All" .Separator = " | " .SelectedStart = "" .SelectedEnd = "" End With Response.Write(cwSearchObj.Display()) Set cwSearchObj = Nothing %>
<%= cwCartLinks(cwCart.Count, Null) %>
<% Set cwSearchObj = New cwSearch With cwSearchObj .SearchType = "Form" .FormID = "frmID" .ButtonLabel = "Search" .DisplayKeywords = True .KeywordsLabel = "Type Artist's Name" End With Response.Write(cwSearchObj.Display()) Set cwSearchObj = Nothing %>

 

<%= cwDebugOutput %>