<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% Dim head__MMColParam head__MMColParam = "1" If (Session("company") <> "") Then head__MMColParam = Session("company") End If %> <% Dim head Dim head_numRows Set head = Server.CreateObject("ADODB.Recordset") head.ActiveConnection = MM_ttdb_STRING head.Source = "SELECT * FROM head WHERE ID = " + Replace(head__MMColParam, "'", "''") + "" head.CursorType = 0 head.CursorLocation = 2 head.LockType = 1 head.Open() head_numRows = 0 %> <% Dim company__MMColParam company__MMColParam = "1" If (Session("company") <> "") Then company__MMColParam = Session("company") End If %> <% Dim company Dim company_numRows Set company = Server.CreateObject("ADODB.Recordset") company.ActiveConnection = MM_ttdb_STRING company.Source = "SELECT * FROM company WHERE ID = " + Replace(company__MMColParam, "'", "''") + "" company.CursorType = 0 company.CursorLocation = 2 company.LockType = 1 company.Open() company_numRows = 0 %> AB Automotive - Sales Network
 
 
AB Automotive - Sales Network
AB Automotive Inc Sales Contacts

2500 Business Highway 70 East
Smithfield
NC 27577
USA
tel: +1 919 934 5182
fax: +1 919 934 5186
email:info@abautomotiveusa.com

 

 
Contact Information
AB Automotive Inc
PO BOX 2240
2500 Business Highway 70 East
Smithfield
NC, 27577
USA

Tel: 919-934-5181
Fax: 919-934-5186

Email: info@abautomotiveusa.com
Web: http://www.abautomotiveusa.com
 
 

Legal Notice    Contact Us
© TT electronics plc 2003, © AB Automotive USA 2004, All Rights Reserved
Information about browser requirements

<% head.Close() Set head = Nothing %> <% company.Close() Set company = Nothing %>