<% @language="vbscript" %> <% ' Was this page posted to? If UCase(Request.ServerVariables("HTTP_METHOD")) = "POST" Then ' If so, verify 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") Response.Redirect "http://www.westernenterprises.com/pricebook/PriceBKChoice.html" End If End If %> Western Medica Price Book Logon Page
 

 

 

 

Enter User Name and Password
  Please type your user name and password.  
  Site <%=Request.ServerVariables("SERVER_NAME")%>    
  User Name  
  Password