Type
enum StatusDisplayStyles
Description
Determines whether or not a status page is automatically displayed when a page load fails.
|
0 |
StatusDisplayBarOnly |
No Status Page on load failure, display status on the Status/URL bar only. |
|
1 |
StatusDisplayPage |
Display a Status Page when a page load fails. |
Example
REM Don’t display a status page on load failure, I have my own UI for that:
WebsterPro1.StatusDisplay = StatusDisplayBarOnly
Remarks
Set to StatusDisplayPage (the default) to automatically display a status page (“Page Status”) for failed loads. This status "placeholder" page stays in cache until aged out or dismissed.
Set to StatusDisplayBarOnly to disable the automatic generation of a status page upon load failure. In this case, the only UI is the status on the Status/URL bar, so you may want to provide your own failure indication for the user (e.g., a dialog box). Note also that a status "placeholder" page is not kept in cache for failed loads in this case.