Platforms to show: All Mac Windows Linux Cross-Platform
Back to IEWebBrowserMBS class.
IEWebBrowserMBS.NavigateAllowAutosearch = &h10
Function:
One of the constants for navigate method.
Notes: If the navigation fails, the autosearch functionality attempts to navigate common root domains (.com, .edu, and so on). If this also fails, the URL is passed to a search engine.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: If the navigation fails, the autosearch functionality attempts to navigate common root domains (.com, .edu, and so on). If this also fails, the URL is passed to a search engine.
IEWebBrowserMBS.NavigateBlockRedirectsXDomain = &h8000
Function:
One of the constants for navigate method.
Notes: Internet Explorer 8. Block cross-domain redirect requests.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 8. Block cross-domain redirect requests.
IEWebBrowserMBS.NavigateBrowserBar = &h20
Function:
One of the constants for navigate method.
Notes: Causes the current Explorer Bar to navigate to the given item, if possible.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Causes the current Explorer Bar to navigate to the given item, if possible.
IEWebBrowserMBS.NavigateEnforceRestricted = &h80
Function:
One of the constants for navigate method.
Notes: Internet Explorer 6 for Windows XP SP2 and later. Force the URL into the restricted zone.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 6 for Windows XP SP2 and later. Force the URL into the restricted zone.
IEWebBrowserMBS.NavigateHyperlink = &h40
Function:
One of the constants for navigate method.
Notes: Internet Explorer 6 for Windows XP SP2 and later. If the navigation fails when a hyperlink is being followed, this constant specifies that the resource should then be bound to the moniker using the BINDF_HYPERLINK flag.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 6 for Windows XP SP2 and later. If the navigation fails when a hyperlink is being followed, this constant specifies that the resource should then be bound to the moniker using the BINDF_HYPERLINK flag.
IEWebBrowserMBS.NavigateKeepWordWheelText = &h2000
Function:
One of the constants for navigate method.
Notes: Internet Explorer 7. Maintain state for dynamic navigation based on the filter string entered in the search band text box (wordwheel). Restore the wordwheel text when the navigation completes.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 7. Maintain state for dynamic navigation based on the filter string entered in the search band text box (wordwheel). Restore the wordwheel text when the navigation completes.
IEWebBrowserMBS.NavigateNewWindowsManaged = &h100
Function:
One of the constants for navigate method.
Notes: Internet Explorer 6 for Windows XP SP2 and later. Use the default Popup Manager to block pop-up windows.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 6 for Windows XP SP2 and later. Use the default Popup Manager to block pop-up windows.
IEWebBrowserMBS.NavigateNoHistory = 2
Function:
One of the constants for navigate method.
Notes: Do not add the resource or file to the history list. The new page replaces the current page in the list.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Do not add the resource or file to the history list. The new page replaces the current page in the list.
IEWebBrowserMBS.NavigateNoReadFromCache = 4
Function:
One of the constants for navigate method.
Notes: Not implemented.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Not implemented.
IEWebBrowserMBS.NavigateNoWriteToCache = 8
Function:
One of the constants for navigate method.
Notes: Not implemented.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Not implemented.
IEWebBrowserMBS.NavigateOpenInBackgroundTab = &h1000
Function:
One of the constants for navigate method.
Notes: Internet Explorer 7. Open the resource or file in a new background tab; the currently active window and/or tab remains open on top.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 7. Open the resource or file in a new background tab; the currently active window and/or tab remains open on top.
IEWebBrowserMBS.NavigateOpenInNewTab = &h800
Function:
One of the constants for navigate method.
Notes: Internet Explorer 7. Open the resource or file in a new tab. Allow the destination window to come to the foreground, if necessary.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 7. Open the resource or file in a new tab. Allow the destination window to come to the foreground, if necessary.
IEWebBrowserMBS.NavigateOpenNewForegroundTab = &h10000
Function:
One of the constants for navigate method.
Notes: Internet Explorer 8 and later. Open the resource in a new tab that becomes the foreground tab.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 8 and later. Open the resource in a new tab that becomes the foreground tab.
IEWebBrowserMBS.NavigateTrustedForActiveX = &h400
Function:
One of the constants for navigate method.
Notes: Internet Explorer 6 for Windows XP SP2 and later. Prompt for the installation of ActiveX controls.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 6 for Windows XP SP2 and later. Prompt for the installation of ActiveX controls.
IEWebBrowserMBS.NavigateUntrustedForDownload = &h200
Function:
One of the constants for navigate method.
Notes: Internet Explorer 6 for Windows XP SP2 and later. Block files that normally trigger a file download dialog box.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 6 for Windows XP SP2 and later. Block files that normally trigger a file download dialog box.
IEWebBrowserMBS.NavigateVirtualTab = &h4000
Function:
One of the constants for navigate method.
Notes: Internet Explorer 8. Open the resource as a replacement for the current or target tab. The existing tab is closed while the new tab takes its place in the tab bar and replaces it in the tab group, if any. Browser history is copied forward to the new tab. On Windows Vista, this flag is implied if the navigation would cross integrity levels and navOpenInNewTab, navOpenInBackgroundTab, or navOpenInNewWindow is not specified.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Notes: Internet Explorer 8. Open the resource as a replacement for the current or target tab. The existing tab is closed while the new tab takes its place in the tab bar and replaces it in the tab group, if any. Browser history is copied forward to the new tab. On Windows Vista, this flag is implied if the navigation would cross integrity levels and navOpenInNewTab, navOpenInBackgroundTab, or navOpenInNewWindow is not specified.
IEWebBrowserMBS.ReadyStateComplete = 4
Function:
One of the ready states.
Notes: Object has received all of its data.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Object has received all of its data.
IEWebBrowserMBS.ReadyStateInteractive = 3
Function:
One of the ready states.
Notes: Object is interactive, but not all of its data is available.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Object is interactive, but not all of its data is available.
IEWebBrowserMBS.ReadyStateLoaded = 2
Function:
One of the ready states.
Notes: Object has been initialized.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Object has been initialized.
IEWebBrowserMBS.ReadyStateLoading = 1
Function:
One of the ready states.
Notes: Object is currently loading its properties.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Object is currently loading its properties.
IEWebBrowserMBS.ReadyStateUninitialized = 0
Function:
One of the ready states.
Notes: Default initialization state.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Default initialization state.
IEWebBrowserMBS.RefreshCompletely = 2
Function:
One of the Refresh levels.
Notes: Refresh without forced cache validation by sending a "Pragma:no-cache" header to the server (HTTP URLs only). Same as pressing Ctrl+F5 in Microsoft Internet Explorer.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Refresh without forced cache validation by sending a "Pragma:no-cache" header to the server (HTTP URLs only). Same as pressing Ctrl+F5 in Microsoft Internet Explorer.
IEWebBrowserMBS.RefreshIfExpired = 1
Function:
One of the Refresh levels.
Notes: Not currently implemented.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Not currently implemented.
IEWebBrowserMBS.RefreshNormal = 0
Function:
One of the Refresh levels.
Notes: Refresh without sending a "Pragma:no-cache" HTTP header to the server.
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Notes: Refresh without sending a "Pragma:no-cache" HTTP header to the server.
The items on this page are in the following plugins: MBS Win Plugin.
