<%@LANGUAGE="VBSCRIPT"%> <% Dim rsLogin__strCustomerID rsLogin__strCustomerID = Session("MM_Username") if (Request.Form("tfCustomerID") <> "") then rsLogin__strCustomerID = Request.Form("tfCustomerID") %> <% Dim rsLogin__strPassword rsLogin__strPassword = Session("MM_Password") if (Request.Form("tfPassword") <> "") then rsLogin__strPassword = Request.Form("tfPassword") %> <% set rsLogin = Server.CreateObject("ADODB.Recordset") rsLogin.ActiveConnection = MM_VNewConn_STRING rsLogin.Source = "SELECT * FROM tbCustomers WHERE CustomerID='" + Replace(rsLogin__strCustomerID, "'", "''") + "' AND Password='" + Replace(rsLogin__strPassword, "'", "''") + "'" rsLogin.CursorType = 0 rsLogin.CursorLocation = 2 rsLogin.LockType = 3 rsLogin.Open() rsLogin_numRows = 0 %> Electronics

Quickly Find Hard To Find Supplies For Your Particular Office Machines!
Brand:
Model #:
MfgPart#:
SearchBy;
Brand, Model # or Part #
Easy To Order!

Search By Machine:
Payment
General/Electronics (20)

Aircraft Scanner
.

Bearcat Scanners
by Uniden checkout all different types of radios.

GM1A Scanner Antenna
.

Scanner Carry Case
for all different types of radios.

Uniden BC245XLT
by Uniden awesome amazing scanning ability.

Uniden bc250d
by Uniden.

Uniden BC785D
by Uniden.

Uniden BC895XLT
by Uniden.

Uniden bct7
Scanning radio and accessories.

Uniden SC180
Scanning radio and accessories.

bp180
Scanner Replacement battery.

RELM RPV599A Plus
.

Uniden bc244clt
Scanning radio and accessories.

Uniden bc278clt
Scanning radio and accessories.

Uniden bc296d
Scanning radio and accessories.

Uniden bc350a
Scanning radio and accessories.

Uniden bc60xlt
Scanning radio and accessories.

Uniden bc796d
Scanning radio and accessories.

Uniden bc80xlt
Scanning radio and accessories.

Uniden sc200
Scanning radio and accessories.

Back to the category "General"


These web site links are listed as a convenience to our visitors. If you use these links, we take no responsibility and give no guarantees, warranties or representations, implied or otherwise, for the content or accuracy of these third-party sites.

<% rsLogin.Close() %>