| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: html-widget-or-browser uri-or-path
Displays a web page or an HTML or plain text file in an html-widget
. Alternately you can
set the value property of the
html-widget
.
html-widget-or-browser should be either
an html-widget
or an
html-browser
. When a
browser is specified, it sets the value of the html-widget
that's in the browser dialog.
uri-or-path should be either the URL of a web page (a string) or the pathname or path namestring of a file that contains HTML or plain text.
See the html-widget
control.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.9.22.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |