At 1:13 AM -0800 11/14/2001, Sjoerd Op 't Land wrote: >> 1. How to assign an object as a web page viewing window for the browser >The only thing possible to do this is to use a normal field and set the >htmlText property of it to some HTML source. Something like > > set the htmlText of field "myBrowserWindow" to url >"http://www.metacard.com" > >There is only one big drawback: this htmlText only supports a very small >subset of the official HTML. So no frames, no tables, no images...
Actually, the htmlText does do images now, via the imageSource property of a character. (However, you may need to parse the file and translate the img tags to use absolute rather than relative URLs...) -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer!
