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 |