That worked nicely! Thanks!
---Michael Reynolds
> -----Original Message----- > From: Kristyne McDaniel [mailto:newsbox /at/ mcstyles .D.OT com] > Sent: Friday, February 28, 2003 03:14 PM > To: profox@leafe.com > Subject: RE: Easy HTML to text function? > > > Michael, > > > Is there a way to sense whether IE has retrieved the entire page? > > I just got this to work OK for me: > > ieobj = createobject("internetexplorer.application") > ieobj.navigate2("http://www.mcstyles.com/contact.html") > > DO WHILE TYPE("ieobj.document.body") # 'O' > WAIT "" TIMEOUT 1 > ENDDO > > ietext = ieobj.document.body.innertext > > ?ietext > > > - Kris - > > Kristyne McDaniel, McStyles Software > www.mcstyles.com / +1 909 609 9704 > > > [excessive quoting removed by server]
©2003 Reynolds, Michael |