Function systemBrowser( url )
- Description:
-
Attempts to display a URL in the system's default web browser.
Exactly what couts as the default web browser is system dependent,
as is whether this function will work properly.
- Parameters:
-
- url (String)
- location of the document to display
- Return Value (String):
- short log message
- Signature:
- java.lang.String systemBrowser(java.lang.String)