<% dim vDirect vDirect = request.QueryString("direct") Session("direct")=VDirect %> <% '#if already logged in then logout if session("sesLogid") <> "" then session.abandon %>

<% else %>
<% ' if accessing the customer options with out logging, show the following message and ' then login screen if session("notloged") = "YES" then %> <% end if %>
 
  Please login to acess the customer services...
 
Existing Users
  Login
  Password
 
 
<% end if ' end logout checking %>