%@ Language=VBScript %>
<%Response.Buffer=True%>
<% Updated = Request.QueryString("Updated") %>
<% PageTitle = "SiteManager - New Products" %>
<% PageID=200%>
<% Header %>
<% Menu PageID %>
<%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<%Products%>
<%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<% Footer %>
<% Sub Products%>
| <%= FormatDateTime(Date,1) %> |
| |
|
This area allows you to edit the New 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 %>