Displays a HTML page in a web browser.
system
open-url url
url⇩ |
A string. |
The function open-url
displays the page at the URL url in a web browser.
Supported browsers are Netscape, Firefox, Mozilla, Opera on all platforms, Microsoft Internet Explorer on Microsoft Windows and macOS, plus Safari on macOS.
open-url
is defined in the "hqn-web"
module.
If your code uses the unsupported function hqn-web:browse
please change to use open-url
in LispWorks 5.0 and later.
(sys:open-url "www.lispworks.com")
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:31:02