%@ Language=VBScript %> <% Updated = Request.QueryString("Updated") %> <% PageTitle = "SiteManager - List Products" %> <% PageID=251 %> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% UProductList %> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub UProductList %>
<%= FormatDateTime(Date,1) %>
| Products available for online viewing: |
|
| " title="Click here to edit the <%=rs("txtProduct")%>"> |
<%=rs("txtProduct")%> |
| There are currently no Used Products in the database.... |
|
| Click the 'Add Product' button or Click Here to enter Product information. *Note: There must be at least one Category entered before a Product can be entered. |
|