Hi all,
I am trying to click a button using javascript code as follows
[code=javascript]document.getEle mentById('form: b2').click(); [/code]
The above mentioned code working properly in IE but not working in Mozilla.
Is thr any other alternative javascript code inorder to click a button???
Thanks&Regards,
sundar.
I am trying to click a button using javascript code as follows
[code=javascript]document.getEle mentById('form: b2').click(); [/code]
The above mentioned code working properly in IE but not working in Mozilla.
Is thr any other alternative javascript code inorder to click a button???
Thanks&Regards,
sundar.
Comment