Function mozalike( cmd, url )
- Description:
-
Displays a URL in a web browser from the Mozilla family;
it must support flags of the type
"
-remote openURL(
url)
".
Probably only works on Unix-like operating systems, and only
if the browser is already running.
- Parameters:
-
- cmd (String)
- name or path of the browser command
- url (String)
- location of the document to display
- Return Value (String):
- short log message
- Signature:
- java.lang.String mozalike(java.lang.String, java.lang.String)