% ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' System : StoreFront 99 v.3.0.1 ' ' Author : LaGarde, Incorporated ' ' Notes : There are no configurable elements in this file. ' ' ' COPYRIGHT NOTICE ' ' The contents of this file is protected under the United States ' copyright laws as an unpublished work, and is confidential and ' proprietary to LaGarde, Incorporated. Its use or disclosure in ' whole or in part without the expressed written permission of ' LaGarde, Incorporated is expressely prohibited. ' ' (c) Copyright 1998,1999 by LaGarde, Incorporated. All rights reserved. ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' %> <% If Request.QueryString("ORDER_FLAG") = "1" Then %>
| Search Results: |
| Your search for <% If Request("CATEGORY") = "" Then %> Category = ALL <% Else %> Category = <%= Request("CATEGORY") %> <% End If %> <% If Request("MANUFACTURER") = "" Then %> Manufacturer = ALL <% Else %> Manufacturer = <%= Request("MANUFACTURER") %> <% End If %> <% If Request("DESCRIPTION") = "" Then %> Description = (none specified) <% Else %>Description = <%= Request("DESCRIPTION") %> <% End If %> <% If Request("PRODUCT_ID") = "" Then %> Product ID = (none specified) <% Else %>Product ID = <%= Request("PRODUCT_ID") %> <% End If%>. |
| Product | Description | Price | Quantity | Add to Order |
I'm Sorry, your search for <% If Request("CATEGORY") = "" Then %> Category = ALL <% Else %> Category = <%= Request("CATEGORY") %> <% End If %> <% If Request("MANUFACTURER") = "" Then %>and Manufacturer = ALL <% Else %> and Manufacturer = <%= Request("MANUFACTURER") %> <% End If %> <% If Request("DESCRIPTION") = "" Then %> and Description = (none specified) <% Else %> and Description = <%= Request("DESCRIPTION") %> <% End If %> <% If Request("PRODUCT_ID") = "" Then %> and Product ID = (none specified) <% Else %> and Product ID = <%= Request("PRODUCT_ID") %> <% End If%> produced no matches.
<% End If %> <% End If %> <% If Request("ORDER_FLAG") = "1" Then %>