如何在vb.net Web浏览器控件中触发onclick事件

如何在vb.net Web浏览器控件中触发onclick事件

问题描述:

^ ]

请打开上面链接的页面此链接.....有一个GO按钮用于更改页面.....我需要VB.NET代码才能单击该按钮....高级Thankx

http://www.wipo.int/patentscope/search/en/result.jsf?query=&maxRec=327088&filter=2011&filterField=DP&prevFilter=%26fq%3DDP%3A2011[^]

Please open the page of above link this link.....there is one GO button for change the page.....I need the VB.NET code for click that button....Advance thankx

尝试此代码
webBrowser1.Document.All.GetElementsByName("Go")(0).InvokeMember("OnClick")
try this code
webBrowser1.Document.All.GetElementsByName("Go")(0).InvokeMember("OnClick")