<% 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 - Welcome to the CONTAINER-TRACKER Web Site - Home Page
Home - Welcome to the ContainerTRACKER® Web Site Home Page


International ISO Group, Inc. - 4467 Millikin Rd., Hamilton, Ohio 45011
Phone/Fax: 800-476-3066, 513-829-5055, Fax 513-868-4592
Email: iig@container-tracker.com

Welcome to the ContainerTRACKER® website. This site provides information about our product and our company. It also provides easy access to our staff so you can get quick answers to your questions and a download of our demo.

ContainerTRACKER® is a unique cyclic asset management program that manages assets used by several organizations collectively. Containers are the most common example of these assets but they also include IBCs, computers, cell phones, vehicles, rail cars, and intermodal containers.

ContainerTRACKER® manages assets for an unlimited number of customers, facilities, locations and container(asset) types. It is extremely intuitive and easy to use regardless of the user’s computer skills.

Contact us with your questions or download a demo copy of ContainerTRACKER®. See for yourself why ContainerTRACKER® truly is the answer to all your container management needs and provides a solution you can't outgrow.

 

 

<% CloseLinksExDB CloseContactDB CloseContentDB %>