<%@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 %> BI Technologies - Browsers
 
 

BI Technologies - Recommended Browsers

To ensure that you are able to use and view our site as we intended we recommend that visitors use version 4 or higher of either Microsoft Internet Explorer or Netscape Communicator.

If you do not have the latest versions please follow one of the links below to upgrade your browser.

Microsoft Internet Explorer
PC version
Macintosh version

Netscape Communicator
PC version
Macintosh version

 
Install Flash
Do you have the Macromedia Flash plugin. It doesn't take long to install and can greatly enhance your web viewing experience in general. Please click on the link below to install Flash.

 
 

Legal Notice    Contact Us
© TT electronics plc 2003, © BI Technologies Inc 2004, All Rights Reserved
Information about browser requirements

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