%@ Language=VBScript %> <%Response.Buffer=True%> <% Updated = Request.QueryString("Updated") %> <% PageTitle = "SiteManager - List Customers" %> <% PageID=601 %> <% Header %> <% Menu PageID %> <%' Main body of page goes here ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% CustomerList %> <%' End Of Main body ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ %> <% Footer %> <% Sub CustomerList %>
<%= FormatDateTime(Date,1) %>
| Customer accounts: |
|
| " title="Click here to view\edit the details of this customer"> |
<%=rs("txtLname")&", "&rs("txtFname")%> <%=rs("txtCompany")%> |
| There are currently no Customers in the database. |
|