WoW:API LaunchURL

Revision as of 10:55, 20 December 2005 by WoWWiki>Starlightblunder
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Launches an external web browser and navigates to the URL provided.

LaunchURL("URL")


Arguments
"URL": URL of the website to open. Seems to only accept some URLs, works with base URL of the world of warcraft websites (wow-europe.com, worldofwarcraft.com, etc).

Returns
nil

Example

LaunchURL("http://www.worldofwarcraft.com");

Result

Navigates a new web browser window to http://www.worldofwarcraft.com


Description
Launches an external web browser and navigates to the URL provided.

Template:WoW API