If I have a prompt in a webform then popping up the prompt seems to fire onBlur, very disconcerting.

I kinda get it, it has after all left the form. What's the standard way to say 'not yet, onblur, ya rascal!' or just to stop it happening?

Also it seems that most onvalidate code needs to be repeated in the onBlur as I have occasions when I get to onblur without getting a hit in onvalidate. I couldn't see anything in the help that shows the sequence in which these fire.