Submitting a form in the webBrowser control to the default Browser
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm loading a simple HTML form in a C# form using the WebBrowser control: webBrowser.Navigate("registration.htm"); The form has a Submit button, which when clicked should open the default Browser and POST this data to the form handler on a website. I've found suggestions to handle this form locally or in the WebBrowser control itself, but none that describe how to make sure that the Submit button (in HTML) can lead to the default browser to open. Any ideas? Thanks, Sarab