This shows you the differences between two versions of the page.
— |
en:actions:actionopenurl [2016/10/09 11:10] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Open URL ====== | ||
+ | This action allows you to open an URL with the default associated application. For a web address this is a browser. | ||
+ | |||
+ | ===== Standard parameters ===== | ||
+ | ==== Input parameters ==== | ||
+ | == URL == | ||
+ | The URL to open. | ||
+ | Five protocols are supported: | ||
+ | * http:<nowiki>// </nowiki>(standard web page) | ||
+ | * https:<nowiki>// </nowiki>(secured web page) | ||
+ | * file:<nowiki>// </nowiki>(local file) | ||
+ | * ftp:<nowiki>// </nowiki>(file transfer protocol) | ||
+ | * mailto:<nowiki>// </nowiki>(e-mail address) | ||
+ | |||
+ | URL example : <nowiki>http://www.actionaz.org</nowiki> | ||
+ | |||
+ | ===== Exceptions ===== | ||
+ | |||
+ | * [[en:actions:exceptions#Bad parameter|Bad parameter]] | ||
+ | * [[en:actions:exceptions#Code error|Code error]] | ||
+ | * [[en:actions:exceptions#timeout|Timeout]] | ||
+ | * [[en:actions:actionopenurl#unable_to_open_url|Unable to open the URL]] | ||
+ | |||
+ | ==== Unable to open the URL ==== | ||
+ | <BOOKMARK:unable_to_open_url> | ||
+ | |||
+ | This exception is thrown when the URL cannot be opened. | ||
+ | * Default action: stop the script execution |