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

webBrowser.isRunning

Discuss