There's probably a simple answer to this question relating to the
HTMLViewer. LoadPage works fine if you supply a FolderItem (i.e., an
HTML file) and LoadURL works if you supply a URL (i.e., a Web address),
but what do you do if you want to load a Web page that you have in a
string rather than in a file on disk?
I suppose I can save the string to disk as a FolderItem (i.e., an HTML
file) and then use LoadPage to load that file, but is that the only
and/or best way to accomplish the objective?
Here's the background to my question, in case anyone is interested. I'm
trying to write a Web browser that will display a modified version of
certain Web pages at a particular Web site. (I can retrieve the HTML
code in a string by using HTTPSocket.)
Thanks in advance for any suggestions.
Barry Traver
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>