WebNavigate ( URL, Frame : string )
Use this method to semplify the way to load an URL. It require only the URL of the file to retrieve and the frame name where load the page.
If you refer to a ftp file or a downloadable file across the internet, it will be downloaded showing you the standard file save dialog box.
Main derived methods
GoBack
Reload the last visited page. In this example the GoBack method is connected on the left arrow in the left frame.
Attention: there is a problem with this method when used on pages that have a predefined targer frame. Use instead a target frame for every link.GoForward
Same as previous method. But loads the page shown before the last GoBack method.
Attention: same problem as above.GoHome
Loads the page that you indicate as the home page in the Explorer options.
Refresh
Reload the current page.
Stop
Stops the loading of the page.