<%@ Language=VBScript %> <%Response.Buffer=True%> <% Updated = Request.QueryString("Updated") %> <% PageTitle = "SiteManager - Customers" %> <% PageID=600%> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <%Customers%> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub Customers%>
<%= FormatDateTime(Date,1) %>
 
This area allows you to manage the Customers of the Wades Bindery Site. The menu buttons to the left will allow you to List Customers (where you can edit current customer listings), and approve/deny Applications from prospective customers.
<%End Sub %>