<%@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 %> General Services

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
Business Solutions/General Services (6)

Background checks & employment screening for consumers and corporations.
Background checks and employment screening solutions from Personnel Profiles are designed to meet the requirements of the most demanding HR and Security professionals.

Business Plan Database
The largest business plan database inthe world We have 1750 different business plans; more business plans than anyone else on the planet

Digital Printing
Digital printing services for large format graphics, posters and POP displays and color printing services delivered on time with great customer service.

Environmental Water Sampling Equipment
Sampling, testing, and monitoring supplies, instrumentation, and equipment for environmental and industrial applications.

Professional Resume Writers
Find Your New Job Faster With A Professional Resume From Our Expert Resume Writers.

Vinyl Banner Advertising
The Banner Guys are your one-stop source for custom vinyl banner, sign and display advertising needs.

Back to the category "Business Solutions"


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() %>