| Allegro CL version 8.2 Moderately revised from 8.1. 8.1 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.
As a special case, a post can be done by passing
the uri-or-path argument as a plist that contains
the keys :uri
and :post-string
.
The :uri
value should be a URI as usual and the
:post-string
value should be the string to post, as
in (:uri "http://foo.com" :post-string "The string to
post.")
.
See the html-widget
control.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page has had moderate revisions compared to the 8.1 page.
Created 2016.6.21.
| Allegro CL version 8.2 Moderately revised from 8.1. 8.1 version |