%@LANGUAGE="VBSCRIPT"%> <% set Recordset1 = Server.CreateObject("ADODB.Recordset") Recordset1.ActiveConnection = MM_passwords_STRING Recordset1.Source = "SELECT * FROM Pswrdlist" Recordset1.CursorType = 0 Recordset1.CursorLocation = 2 Recordset1.LockType = 3 Recordset1.Open() Recordset1_numRows = 0 %> <% ' *** Validate request to log in to this site. MM_LoginAction = Request.ServerVariables("URL") If Request.QueryString<>"" Then MM_LoginAction = MM_LoginAction + "?" + Request.QueryString MM_valUsername=CStr(Request.Form("Password")) If MM_valUsername <> "" Then MM_fldUserAuthorization="" MM_redirectLoginSuccess="/index.htm" MM_redirectLoginFailed="/home.HTM" MM_flag="ADODB.Recordset" set MM_rsUser = Server.CreateObject(MM_flag) MM_rsUser.ActiveConnection = MM_passwords_STRING MM_rsUser.Source = "SELECT Field1, Field2" If MM_fldUserAuthorization <> "" Then MM_rsUser.Source = MM_rsUser.Source & "," & MM_fldUserAuthorization MM_rsUser.Source = MM_rsUser.Source & " FROM Pswrdlist WHERE Field1='" & MM_valUsername &"' AND Field2='" & CStr(Request.Form("Password")) & "'" MM_rsUser.CursorType = 0 MM_rsUser.CursorLocation = 2 MM_rsUser.LockType = 3 MM_rsUser.Open If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then ' username and password match - this is a valid user Session("MM_Username") = MM_valUsername If (MM_fldUserAuthorization <> "") Then Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value) Else Session("MM_UserAuthorization") = "" End If if CStr(Request.QueryString("accessdenied")) <> "" And false Then MM_redirectLoginSuccess = Request.QueryString("accessdenied") End If MM_rsUser.Close Response.Redirect(MM_redirectLoginSuccess) End If MM_rsUser.Close Response.Redirect(MM_redirectLoginFailed) End If %>

VAR Corporation is located near downtown Spokane Washington.
Specializing in solutions for Inland Northwest Computer Resellers. A Locally owned and operated hardware distributor.Contact us at:
109 S. Scott St. (509)534-4564 phone
STE C-6 (509)534-4885 fax
Spokane Wa. 99202 E-Mail VAR Corporation
Through experience and testing we are proud to offer these brands of products.
Motherboards Chassis Keyboards/ Mice/SpeakersNetworking Hardware Intel Intel Microsoft Intel Asus Enlight Keytronic D-Link Gigabyte In-Win Logitech 3-COM ECS Min-Maw Altec Lansing Netgear Evercase Monitors CD/DVD/CDRW Hard Drives CPU: Full lines Hitachi Sony, Samsung IBM Intel
KDS Plextor, Teac, Seagate AMD Full product line of Modems, Videocards , I/O SCSI, RAID Cards, and Cables.
Customized workstations with A wide range of server configurations
quality and value in mind. available in SCSI or IDE for a wide
For the office, the gamer variety of applications. All custom
or internet cruiser. fit for your I.T. Solution.

VAR Corporation provides quality
and performance with Intel based
Notebooks. Competitive price,
exceptional performance, backed
with an outstanding warranty.


The VAR Extreme Micro in black
or Custom
machines for specialized markets.
beige.
A compact powerful performer. Check
out the VAR Extreme Micro or ask about
the VAR Whisper, designed for
speech
recognition software.
![]() |
![]() |
<% Recordset1.Close() %>