%
' ****************************************
' Get the type of login type required
' ****************************************
Dim LoginType
LoginType = Request.QueryString("Type")
If LoginType = "" Then LoginType = "Customer"
%>
<% IF Len(Session("name")) > 0 Then %>
Logged
in as:
<%=Session("Name")%>
Logout
<% End If%>
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:
<% 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%>
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.