| Prev | Next | WebBrowser Verbs > webBrowser.launch |
webBrowser.launch
| Syntax |
webBrowser.launch ()
|
| Params |
None required.
|
| Action |
Launches the user's default Web browser.
|
| Returns |
The ID of the browser that's been launched. The ID is a four-character creator code on Macintosh, the file name of the browser application on Windows.
|
| Examples |
webBrowser.launch () » 'MSIE'
|
| Notes |
This verb may put up a dialog asking the user to locate a browser. This verb is implemented as a script.
|
| See Also |
webBrowser.quit
|
| Prev | Next | WebBrowser Verbs > webBrowser.launch |