How to stop an event for raising
- by Akshay
Hi,
I have Two fields, one textbox nad one Div element.
I have onblur event for textbox, and onclick event for div element.
when i click the div element the textbox's onblur event occurs and not the onclick event of div element. how to supress the onblur event when i click on the div element
Thanks in advance