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