url_open

Opens a URL on a browser.

Syntax:

url_open(url);


Argument Description
url The URL (website address) to link to.


Returns: N/A


Description

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.

Example:

url_open( 'http://yoyogames.com' );

This would open the YoYo Games homepage in the current window.


Back: HTML5
Next: url_open_ext
© Copyright YoYo Games Ltd. 2018 All Rights Reserved