Mark, > Very useful contribution. Cool, thank you.
> Do you also know how to access the ViewSource of the downloaded file, To view the source I have this, Dim http as New HTTPSocket Dim temp As String temp = http.Get(MainWindow.currentURL,30) W_Source.Title = MainWindow.currentURL W_Source.EditField1.Text = temp W_Source is a separate window with an editfield. > and the scroll values of the HTMLViewer? I am unfamiliar with this, sorry. If there is interest, I can start an open source page for the Webkit module I have as a starting point. It's a bit chop suey, but a starting point of sorts. I can almost get print to work, a find feature does nothing, speaking the web page works, JavaScript works, etc. My feeling, which is based on no facts at all, is that it will be moot soon as Jon J. finishes up the Cocoa stuff. Most of what I have is based upon the things he has posted on his web site. -- Thomas C. _______________________________________________ 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>
