Code:
<input type="submit" value=" Search " class="button" style="width : 60px;" />
I was wondering if there was any way to send a Clicked message to a HTML button with only the value to go from?
Code:
HTMLInputElement Test = (HTMLInputElement) myDoc.all.item(" Search ", 0);