We are doing data entry validation in our onblur javascript
function. Is there a way for this function to cause the onblur to
abort so the focus remains in a field that has invalid data?
I'm not certain if this will work for you, but calling
event.preventDefault() is the usual way to prevent the default
behavior for an event.
-- Darin
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webkitsdk-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webkitsdk-dev/email@hidden