Click to return to the Reusing Browser Technology home page    
IOmHistory::go Method     IOmNavigator::get_appCode...     Interfaces and Scripting ...    
Web Workshop  |  Reusing Browser Technology

IOmNavigator Interface


This interface provides access to an object that contains information about the browser.

IOmNavigator Methods

get_appCodeName Retrieves the code name of the browser.
get_appMinorVersion Returns a string of the minor version number of the browser.
get_appName Retrieves the application name of the browser.
get_appVersion Retrieves the version of the browser.
get_browserLanguage Not currently implemented.
get_connectionSpeed Not currently implemented.
get_cookieEnabled Determines whether client-side cookies are enabled in the browser.
get_cpuClass Returns a string, such as x86, Alpha, and Other, of the CPU class.
get_mimeTypes Retrieves an empty collection for Microsoft® Internet Explorer 4.0. This property exists for compatibility with other browsers.
get_onLine Returns a Boolean indicating whether the browser is running online or offline.
get_opsProfile Returns an IHTMLOpsProfile interface pointer.
get_platform Returns a string indicating which platform the browser is currently running on (for example, Win32, Win16, WinCE, and so on).
get_plugins Retrieves an interface pointer to a zero-based collection of all the EMBED elements in an HTML document. The elements are in the same order as they appear in the document.
get_systemLanguage Returns a string of the default language the system is running with.
get_userAgent Retrieves a string that represents the user-agent header sent in the HTTP protocol from the client to the server.
get_userLanguage Returns a string indicating the language that the user is running by default.
get_userProfile Alias for the IHTMLOpsProfile interface.
javaEnabled Returns whether Java is enabled.
taintEnabled Determines whether data tainting is enabled.
toString Returns a string representation of the navigation object.

Interface Information

Implementation System (Mshtml.dll)
Inherits from IDispatch
Header and IDL files Mshtml.h, Mshtml.idl
Minimum availability Internet Explorer 4.0
Minimum operating systems Windows 95, Windows NT 4.0

Windows CE

Windows CE Use version 2.12 and later
Minimum availability Internet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.