Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WEB BROWSER control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00711460
Message ID:
00711489
Views:
12
>>I'm using the Microsoft Web Browser control in a form, and that control is bringing up an ASP script that has some data input and a submit button. I can access all the data elements from the ASP side just fine from within VFP.
>>
>>Is there any way I can tell when the submit button has been pressed and/or get it's return value on the VFP side?
>>
>>TIA!
>
>The BeforeNavigate2() event will fire whenever the user attempts to navigate between pages (which should happen when clicking a Submit button). If you want to short-circuit the navigate, just set the Cancel parameter to .T.

Sorry, I don't see that happening. The BeforeNavigate2 isn't firing, but I think that's because it may not be bringing up a new page, just the "action" method executing a different script (the URL does change, though).

Any other suggestions?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform