%@ Language=VBScript %>
<%Response.Buffer=True%>
<% Updated = Request.QueryString("Updated") %>
<% PageTitle = "SiteManager - News Letter" %>
<% PageID=900%>
<% Header %>
<% Menu PageID %>
<%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<%NewsLetter%>
<%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %>
<% Footer %>
<% Sub NewsLetter%>
| <%= FormatDateTime(Date,1) %> |
| |
|
This area allows you to manage the Newsletter. The menu buttons to the left will allow you to create new Newsletters or work with the Send Manager. The Send Manager allows the user to send news letters as well as browse or re-use old newsletters. |
|
<%End Sub %>