%@ Language=VBScript %> <% Updated = Request.QueryString("Updated") %> <% PageTitle = "SiteManager - List Products" %> <% PageID=201 %> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% ProductList %> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub ProductList %>
<%= FormatDateTime(Date,1) %>
| Products available for on-line viewing: |
|
| " title="Click here to edit the <%=rs("txtProduct")%>"> |
<%=rs("txtProduct")%> |
| There are currently no Products in the database. |
|