M
Michael
Hi experts,
I am using axWebBrowser in windows form to load web pages.
There is a page that contains a group of buttons. (More than 10
buttons.)
The source code behind each button is like below:
<input type="submit" name="Submit" value="Submit"
onClick="afm.__act.value='
SITE.9.20081206A__id.30.AdminsSelected.adp.actRegister';return
SubmitOnlyOnce();">
that is, all the buttons have the same name and value, but different
onClick event.
My question is, I want to click one of the buttons, how can I do this
in AxWebBrowser?
Thank you.
Regards,
Michael
I am using axWebBrowser in windows form to load web pages.
There is a page that contains a group of buttons. (More than 10
buttons.)
The source code behind each button is like below:
<input type="submit" name="Submit" value="Submit"
onClick="afm.__act.value='
SITE.9.20081206A__id.30.AdminsSelected.adp.actRegister';return
SubmitOnlyOnce();">
that is, all the buttons have the same name and value, but different
onClick event.
My question is, I want to click one of the buttons, how can I do this
in AxWebBrowser?
Thank you.
Regards,
Michael