conank
08-26-2006, 02:34 AM
Hi everybody
I have <table> </table> tag and it have an event onclick which is programed by javascript, I can't change this code.
I have caught event onclick like: <table onclick = "alert('HI!!')">
So, when I click thi table in the browser, 2 event fire:
One: show alert
Two: the action which programed
Now I want disable event onclick when click this tag.
Are there any solution???
Please, help me!
Thanks
I have <table> </table> tag and it have an event onclick which is programed by javascript, I can't change this code.
I have caught event onclick like: <table onclick = "alert('HI!!')">
So, when I click thi table in the browser, 2 event fire:
One: show alert
Two: the action which programed
Now I want disable event onclick when click this tag.
Are there any solution???
Please, help me!
Thanks