Function mozilla( url )
- Description:
-
Displays a URL in a Mozilla web browser.
Probably only works on Unix-like operating systems, and only if
Mozilla is already running.
- Parameters:
-
- url (String)
- location of the document to display
- Return Value (String):
- short log message
- Signature:
- String mozilla(String)