VB.net clicking a submit button using Web Browser -


i want click submit button of webpage displaying in web browser seems not work @ here code:

webbrowser1.document.forms(0).invokemember("image") 

i basing on html code of button want click is:

<div class="buttonrow forward"> <input type="image" src="includes/templates/template_default/buttons/english/button_send.gif" alt="send now" title=" send "> </div> 

did miss something? need help.

try setting property

  webbrowser.allownavigation = true 

Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -