I have this inputer field:
I would like to not apply the above onFocus/onKeyUp/onBlue if the value entered to this field is equal to NA/na or YES/yes or NO/no.
I would really appriciate if someone can help me with this.
Thanks,
Mike
Code:
<input name="The301" type="text" size="5" maxlength="8" value="#The301#" style="font-size:9px" onFocus="javascript:vDateType='1'" onKeyUp="DateFormat(this,this.value,event,false,'1')" onBlur="DateFormat(this,this.value,event,true,'1')">
I would like to not apply the above onFocus/onKeyUp/onBlue if the value entered to this field is equal to NA/na or YES/yes or NO/no.
I would really appriciate if someone can help me with this.
Thanks,
Mike