Mark123456789
New Member
- Joined
- Feb 23, 2013
- Messages
- 14
Hi all
I was hoping someone could help me.
I am trying to press a button on a web page in Internet Explorer 11.
I have searched the forum and youtube and i have been able to find various bits of code however i am still unable to find code that allows me to press a button on a web page.
When i press F12 and find the HTML code for the button (there are several buttons on the page) i get the following:-
<td><button *******="showUpdateModal(0)">Update</button></td>
When the button is pressed the above code is executed - but i do not know how i can code this, can any one help?
I cannot find a tagname or ID etc???
Thank you?
I was hoping someone could help me.
I am trying to press a button on a web page in Internet Explorer 11.
I have searched the forum and youtube and i have been able to find various bits of code however i am still unable to find code that allows me to press a button on a web page.
When i press F12 and find the HTML code for the button (there are several buttons on the page) i get the following:-
<td><button *******="showUpdateModal(0)">Update</button></td>
When the button is pressed the above code is executed - but i do not know how i can code this, can any one help?
I cannot find a tagname or ID etc???
Thank you?