Date:  10/23/2003 12:52:31 PM Msg ID:  001698
From:  Eloy Marroquín Thread:  001698
Subject:  InternetExplorer.Application
I try to execute this code on FWX file :
 
IE = CREATEOBJECT('InternetExplorer.Application')
IE.Navigate('http://www.somepage.com')
IE.visible = .t.
 

 

I need that because i can retrieve the JavaScript DOM of IE object.

 

example :

IE.document.forms[0].aField.value = 'The New Value'

 

When i run this code on Visual FoxPro it works, but doesn´t on foxweb 2.11

 

Can anyone Help Me?