main logo
Subject: RE: Easy HTML to text function?
Author: "Kristyne McDaniel"
Posted: 2003/02/28 18:18:00
 
View Entire Thread
New Search


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





 
©2003 Kristyne McDaniel
<-- Prior Message New Search Next Message -->