Function basicBrowser( url )

Description:
Displays a URL in a basic HTML viewer. This is only likely to work for HTML, text or RTF data. The browser can follow hyperlinks and has simple forward/back buttons, but lacks the sophistication of a proper WWW browser application.
Parameters:
url (String)
location of the document to display
Return Value (String):
short log message
Signature:
java.lang.String basicBrowser(java.lang.String)