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:
00711505
Views:
8
>>>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?

OK, then it's not really a submit button. Do you have control over this page or is it a third party page (eg. can you change the HTML in it)?
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform