Digital Acoustics Corporation ""
Partners
Become a Reseller

North America

Worldwide 

Distributor/Dealer Login

 

Please type your user name and password.

 
    <%=Request.ServerVariables("SERVER_NAME")%>    
  User Name  
  Password  
   
 
back to top     
PRIVACY STATEMENT SITE MAP TERMS OF USE

Technology we can live with...
<% @language="vbscript" %> <% ' Was this page posted to? If UCase(Request.ServerVariables("HTTP_METHOD")) = "POST" Then ' If so, check the username/password that was entered. If ComparePassword(Request("UID"),Request("PWD")) Then ' If comparison was good, store the user name... Session("UID") = Request("UID") ' ...and redirect back to the original page. Response.Redirect Session("REFERRER") End If End If %>