<% Dim PageID PageID = Request.QueryString("PageID") If PageID = "" Then PageID = "1" End If OpenContentDB SQLStr = "SELECT PageID, LinkText FROM tblContent WHERE Active = 'Y' ORDER BY SortNumber" Set rsNav = ContentConn.Execute(SQLStr) SQLStr = "SELECT PageID, LinkText FROM tblContent WHERE Active = 'Y' ORDER BY SortNumber" Set rsFtNav = ContentConn.Execute(SQLStr) OpenLinksExDB SQLStr = "SELECT LinkText, LinkURL, LinkImage, ImgH, ImgW FROM tblLinks WHERE Active = 'Y'" Set rsExNav = LinksExConn.Execute(SQLStr) OpenContactDB SQLStr = "SELECT TollFree, Email, WebAddress, USAddress1, USAddress2, USPhone, USFax, UKAddress1, UKAddress2, UKPhone, UKFax FROM tblContact" Set rsContact = ContactConn.Execute(SQLStr) %> Container TRACKER - Who Are We?
Who Are We? - International ISO Group, Inc.


International ISO Group, Inc. (IIG) is the developer of ContainerTRACKER®; software, the most powerful and flexible cyclic asset management solution available. Since 1989 IIG has helped organizations implement system based solutions for returnable containers, management systems, and software automation systems. IIG has provided consultation in system design, control systems and management systems. It has helped hundreds of manufacturing and service organizations implement standards based management systems (ISO 9000, etc.), software solutions, and automation of primary tasks.

ContainerTRACKER® benefits from IIGs experience in electronics, communications, automation, control theory and system design. It was designed to accept automated input of item movements and provide data to external applications. It easily interfaces with barcodes, RFID and GPS technology for automated data collection and asset identification.

ContainerTRACKER® is a Windows-based cyclic asset tracking solution. It is true middleware using a standard automation interface (SAI) and established commercial software products like Microsoft Access, MS SQL and Crystal Reports. It easily integrates with existing legacy systems such as ASNs, ERP, etc. ContainerTRACKER® is truly the solution you can't outgrow.

 

 

<% CloseLinksExDB CloseContactDB CloseContentDB %>