TOC PREV NEXT INDEX




Detecting the ICEbrowser Version


You can use the property __ice_version in the script navigator object to check for the ICEbrowser version, independent of the browser emulation settings. For example:

if (navigator.__ice_version) {

document.write("GOOD CHOICE, ICEBROWSER VERSION: " + 

    navigator.__ice_version);

}
 


Copyright 2005. ICEsoft Technologies, Inc.
http://www.icesoft.com

TOC PREV NEXT INDEX