<% ' **************************************** ' Get the type of login type required ' **************************************** Dim LoginType LoginType = Request.QueryString("Type") If LoginType = "" Then LoginType = "Customer" %> Untitled Document
   
  EPOS Systems  n  Software  n  Cash Registers  n Weighing Equipment
   
support section

**************************

PLease come back to this section soon.

we will be making information available to help with a number of products. This will be free of charge to those people with equipment under warranty or a current maintenance agreement. In the meantime please telephone 023 8022 7645 for assistance.

**************************

<% IF (Session("LoginFailed") = "") AND ( Len(Session("name")) = 0 ) Then%>
<%=LoginType%>
 
Enter your user name and password:
  User name:
  Password:
 
 
 
<% Else %>
   
  access denied to <%=LoginType%> section
  You "User name" or "Password" my be have been input incorrectly, please try again
 
   
  <% IF Session("LoginFailed") = "NoUser" Then %> <%Else%> <% End If %>
User name: 
Password: 
 
 
Forgotten your password!
   
Enter your email address 
  and retrive password: 
 
  Your password will be emailed to you shortly:
   
   
You do not currently have access to the <%=LoginType%> section.
Please contact Wedderburn Ltd on tel: 023 80 227 645 for information on how to gain access to this section.
<% Session("LoginFailed") = "" End If %>