url_open(url);
Argument | Description |
---|---|
url | The URL (website address) to link to. |
Returns: N/A
This will open the specified URL on the browser of the chosen
target device, or, if you are using the HTML5 module, in the
currently open browser.
url_open( 'http://yoyogames.com' );
This would open the YoYo Games homepage in the current window.