Testing checked atttribute in a Webbrowser document

  • Thread starter Thread starter Zeno Loco
  • Start date Start date
Z

Zeno Loco

My app generate a HTML document in a Webbrowser.
In this component there is a <form> tah with some checkboxes in it.
How can I test if the single checkbox is checked or, better, manage
the Onclick event on it.
Thanks

Marcello
 
I'm no expert in the WebBrowser, but I'm fairly certain that there is no way
to do what you want. It might be possible that if the platform supports
javascript, then you might be able to include client-side script in the page
code that calls some other script in the page, but I doubt there's any way
to marshal any of that activity over to the application.
 
So no interaction with the document is possible?
And anyone know if is there is a way to catch the URL when the HTML
document Submit button is pressed?
Thanks in advance
Marcello
 
Back
Top