<%@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 %> Internet 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
Computer & Internet/Internet Services (11)

-:¦:- Sterlins.com Search Engine And Link Directory
-:¦:- Sterlins.com Search Engine And Link Directory

Albany NY Web Hosting
PHP/MySql hosting services located in Albany NY.

Business Web Hosting
PHP/MySql hosting for small companies.

Game Servers
Game Server Web hosting

Multimedia Design - Ontario
iMotion Marketing Inc. - a professional Internet Solutions Company specializing in Website Design, Electronic Newsletters and Search Engine Campaigns based in British Columbia.

MySql Web Hosting
Cheap affordable Mysql Web hosting service.

New York Web Design
Best sites using our design principles that integrate not only superb functionality but astetically pleasing eye candy and art work.

New York Web Hosting
PHP MySql Web hosting in Sunny New York

PHP Web Hosting
Affordable PHP Web Hosting Services

Web Design Company
Blue Sky Web Design. Cognitive Progressive Design.

Web Link Exchange
Trade links with web hosting and web design websites.

Back to the category "Computer & Internet"


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