sprite(x).goHome() - Navigates to the Home URL set in the system preferences for
the Internet Explorer browser.
Example:
sprite(1).goHome()
sprite(x).goSearch() - Navigates to the default SEARCH URL set in the system
preferences for the Internet Explorer browser.
Example:
sprite(1).goSearch()
sprite(x).stop() - Stops the current browser operation, aborting any network transfer
in progress.
Example:
sprite(1).stop()
sprite(x).refresh() - Reloads the current URL. Default cache settings will be used to
speed up the loading if necessary.
Example:
sprite(1).refresh()
sprite(x).refresh2() - Reloads the current URL, but forces the browser to ignore any
cached information.
Example:
sprite(1).refresh2()
Online Help
25
Komentarze do niniejszej Instrukcji