netscape-goto-url

Name

netscape-goto-url -- Make netscape go to the location URL.

Synopsis

(netscape-goto-url url 
                #&optional
		(completion #f)
		(new *netscape-new-window*)
		#&key (start-netscape-as-needed #f))

Description

Make netscape go to the location URL. Calls COMPLETION when done. The optional argument specifies whether a new window should be opened. It defaults to `*netscape-new-window*'.

Implementation Notes

Module: (app scwm netscape)

Defined in scheme/netscape.scm at line 122 (CVS log)