======================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
no i'll explain more...I would like to take the source code and put it into a text file when i press a cmd button. I think it has something to do with the winsock control.
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'People who live in windowed environments shouldn't cast pointers.'
Here is another way if you are using the webbrowser control (a bit of a hack).
Dim mObj As Object
Set mObj = WebBrowser1.Document.getElementsByTagName("HTML"
MsgBox "<HTML>" & mObj(0).innerHTML & "</HTML>" 'will not return the tags themselves (HTML) but the nested markup for itself.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.