BLACKSTONE CLIENT LOGIN
Partners, please enter the username and password provided to you in the appropriate fields below to access the secure pages for Blackstone Energy Services Inc.
If you do not have a username and passwords please Contact Us.
<% End Sub Sub CheckLogin If LCase(Request.Form("username")) = "test" And LCase(Request.Form("userpwd")) = "1234abcd" Then Session("UserLoggedIn") = "true" Response.Redirect "clientpage.html" Else Response.Write("Login Failed.
") ShowLogin End If End Sub %>
