Hi all,
I would like to detect BUTTON pressing on a WWW. For example, when you press the button pops up the message "OK"
I know his ID.
Code from site below. How should I properly programmed?
Should I use this?
Can you show me sample code?
I would like to detect BUTTON pressing on a WWW. For example, when you press the button pops up the message "OK"
I know his ID.
Code from site below. How should I properly programmed?
Code:
<a id="ancWarr" href="javascript:submit(document.Extended.sn,document.Extended)" class="btn_link">BUTTON</a>
Can you show me sample code?
Code:
WebBrowser1.Document.GetElementById("ancWarr").Focus()