Click to See Complete Forum and Search --> : Netscape not firing event


millican_david
09-22-2003, 11:06 AM
It appears that my event is not firing appropriately in Netscape but is in IE. Can someone tell if I'm doing something wrong here? I need to postback to the server when the user leaves a text box these are the events that I'm using:

onchange="if(this.value!=''){if(!validateUSZip(this.value)){alert('Invalid Zip Code'); document.f1('_ctl0:txtOrigZip').focus();} else{document.f1('_ctl0:inpRepostID').value = 'scrubbed';__doPostBack();};}"
onblur="if(this.value==''){document.f1('_ctl0:inpRepostID').value = 'scrubbed';__doPostBack();}

millican_david
09-22-2003, 04:43 PM
This is for a text box. input of type text.