Platforms to show: All Mac Windows Linux Cross-Platform
Back to IEWebBrowserMBS class.
IEWebBrowserMBS.NavigateAllowAutosearch = &h10
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Internet Explorer 8. Block cross-domain redirect requests.
IEWebBrowserMBS.NavigateBrowserBar = &h20
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Causes the current Explorer Bar to navigate to the given item, if possible.
IEWebBrowserMBS.NavigateEnforceRestricted = &h80
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Internet Explorer 6 for Windows XP SP2 and later. Force the URL into the restricted zone.
IEWebBrowserMBS.NavigateHyperlink = &h40
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Internet Explorer 6 for Windows XP SP2 and later. Use the default Popup Manager to block pop-up windows.
IEWebBrowserMBS.NavigateNoHistory = 2
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Do not add the resource or file to the history list. The new page replaces the current page in the list.
IEWebBrowserMBS.NavigateNoReadFromCache = 4
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Not implemented.
IEWebBrowserMBS.NavigateNoWriteToCache = 8
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Not implemented.
IEWebBrowserMBS.NavigateOpenInBackgroundTab = &h1000
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Internet Explorer 8 and later. Open the resource in a new tab that becomes the foreground tab.
IEWebBrowserMBS.NavigateTrustedForActiveX = &h400
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Internet Explorer 6 for Windows XP SP2 and later. Prompt for the installation of ActiveX controls.
IEWebBrowserMBS.NavigateUntrustedForDownload = &h200
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
Internet Explorer 6 for Windows XP SP2 and later. Block files that normally trigger a file download dialog box.
IEWebBrowserMBS.NavigateVirtualTab = &h4000
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.1 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Object has received all of its data.
IEWebBrowserMBS.ReadyStateInteractive = 3
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Object is interactive, but not all of its data is available.
IEWebBrowserMBS.ReadyStateLoaded = 2
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Object has been initialized.
IEWebBrowserMBS.ReadyStateLoading = 1
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Object is currently loading its properties.
IEWebBrowserMBS.ReadyStateUninitialized = 0
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Default initialization state.
IEWebBrowserMBS.RefreshCompletely = 2
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
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
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
Not currently implemented.
IEWebBrowserMBS.RefreshNormal = 0
Type | Topic | Plugin | Version |
const | HTMLViewer Win | MBS Win Plugin | 20.0 |
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.
