Basically I need to check if the value is changed in a textbox on the \'blur\' event so that if the value is not changed, I want to cancel the blur event.
If it possible
Even if this is an old post, I thought i'd share a way to do this with simple javascript.
The javascript portion:
Now the text field in your form: