Forces a repaint of the currently viewed page.
Object.Refresh ( [ vLevel ] )
The Refresh method syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
vLevel |
Var Variant |
Specifies the level number of the currently viewed page: 0 - Normal, 1 - If expired, 2 - Completely. |
The WebBrowser control and Internet Explorer application store Web pages from recently visited sites in cached memory on the user's hard disk. This saves time when revisiting a site by reloading the page from the local disk rather than downloading it again across the network from the remote HTTP server. You can force the WebBrowser control or Internet Explorer application to redownload a page by using the Refresh method to ensure that you are viewing the most current version of the page.
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.