%@ Language=VBScript %>
<%Response.Buffer=True%>
<% Updated = Request.QueryString("Updated") %>
<% PageTitle = "SiteManager - Company Info" %>
<% PageID=250%>
<% Header %>
<% Menu PageID %>
<%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<%UProducts%>
<%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<% Footer %>
<% Sub UProducts%>
| <%= FormatDateTime(Date,1) %> |
| |
|
This area allows you to edit the Used Products section of the Wades Bindery Site. The menu buttons to the left will allow you to List Products (where you can edit current product listings), Add Products and manage the Product Categories. |
|
<%End Sub %>