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

Re: Testing checked atttribute in a Webbrowser document by ctacke/>

ctacke/>
Mon Nov 26 06:39:13 PST 2007

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.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com



"Zeno Loco" <info@opigi.com> wrote in message
news:e783b8b5-16ff-4b15-9578-91f0a69624f2@d61g2000hsa.googlegroups.com...
> 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



Re: Testing checked atttribute in a Webbrowser document by Zeno

Zeno
Tue Nov 27 08:48:03 PST 2007

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


On 26 Nov, 14:39, "<ctacke/>" <ctacke[at]opennetcf[dot]com> wrote:
> I'm no expert in theWebBrowser, 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.
>
> --
>
> Chris Tacke, eMVP
> Join the Embedded Developer Communityhttp://community.opennetcf.com
>
> "Zeno Loco" <i...@opigi.com> wrote in message
>
> news:e783b8b5-16ff-4b15-9578-91f0a69624f2@d61g2000hsa.googlegroups.com...
>
> > My app generate a HTML document in aWebbrowser.
> > 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