J
John Livermore
From javascript in IE, I have a need to hijack the onclick event for
an element and replace it dynamically with my own.
I have tried the following...
control.onclick = 'myHandler();';
but this doesn't seem to do the trick. How do I go about doing this?
Thanks,
John
an element and replace it dynamically with my own.
I have tried the following...
control.onclick = 'myHandler();';
but this doesn't seem to do the trick. How do I go about doing this?
Thanks,
John