Well, you don't have to.. what I said (or atleast try to say) is that you can put a string into the htmlviewer, but the relative path is represented by a folderitem.
There are 2 LoadPage methods. One that loads from a folderitem, and one that loads from a string.
HTMLViewer.LoadPage Source, RelativeTo
source is a string, so you can do:
EditField_source.text socket1.get (EditField1.Text,10) HTMLViewer1.LoadPage EditField_source.text,FolderItemForRelativePath
btw, you cant do string=HTTPSocket.Get(URL) HTTPSocket.get will fire the PageReceived (or DownloadReceived) event, wich then gives you the string. But I guess you already know that, because you couldn't have got the html otherwise. On 05/06/06, Youri <[EMAIL PROTECTED]> wrote:
Ok, I reply to myself. If I understood well (and it works) you have to create a text file on your Hard drive in order to render the source of a web page. Thanks Marteen, Youri
_______________________________________________ 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>