New Methods
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 top frame.
GoForward
Same as previous method. But loads the page shown before
the last GoBack method.
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.
|