If you do
LOCAL ieobj as InternetExplorer.Application
and begin to code your following, intellisense does not recognize ieobj.Document.body.innertext - and errors with -->
"Member DOCUMENT does not evaluate to an object."
Any ideas?
John
-----Original Message----- From: profox-admin (AT) leafe .DO.T com [mailto:profox-admin@leafe.com]On Behalf Of allen Sent: Friday, February 28, 2003 2:24 PM To: profox (AT) leafe .DO.T com Subject: RE: Easy HTML to text function?
oops sorry yes its a typo. two left fingers. plus I missed the document out
ieobj = createobject("internetexplorer.application") ieobj.navigate2("http://www.mywebsite.com") ietext = ieobj.Document.body.innertext ? ietext
<< snipped >>
©2003 jgunva - John C. Gunvaldson |