Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with the internet browser in VFP
Message
From
12/06/2010 00:26:21
 
 
To
11/06/2010 10:02:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01468348
Message ID:
01468647
Views:
51
>Hi Sergey,
>
>
>My situation is a bit different. All I want to do is bring up a web page from visual foxpro and access a field on that page and get the javascript button to fire and show me the results. I tried the createobject with the InternectExplorer.Application and the object creates properly but when I attempt the send data to the field via getElementByID('somefield').value it continually fails.... maybe I'm doing this backwards or something.
>
After the call to oIE.Navigate2 you must give the Browser time to load the page. Try to access the DOM elements only after the page has fiished loading..

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform