| Allegro CL version 7.0 This page is new in 7.0. | |||||||||
Arguments: url-or-path &key (browser :explorer)
This function is essentially the old implementation of invoke-html-browser. It uses a DDE interface to invoke the browser, while the new implementation of invoke-html-browser does not use DDE. Use of this function is not recommended unless you have problems with invoke-html-browser, in which case, this function can serve as a temporary workaround until the problems with invoke-html-browser are patched. (Please contact Franz Technical Support at support@franz.com to report problems with invoke-html-browser.)
This function invokes a running Internet Explorer or Netscape 4.x
browser, if any, using the browser's traditional DDE interface. If
the browser is found, then the requested page (specified by the
url-or-path argument) is shown and true is
returned; otherwise nil is returned (in which
case you might want to try the other browser or revert to calling
invoke-html-browser).
url-or-path may be either a complete URL (including the "http://") or the pathname or path namestring of an HTML file.
browser may be either
:explorer (for Microsoft Internet Explorer) or
:netscape (for Netscape 4.x). The default is
:explorer.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page is new in the 7.0 release.
Created 2005.9.20.
| Allegro CL version 7.0 This page is new in 7.0. | |||||||||