Hi i am working on a form and hit a snag. I need to set a value to null, however in IE whenever i set the value to null, the field that should be blank has the word Null in it.
Is there a way to set a value to null that is compatible with IE, Firefox, and Chrome?
Is there a way to set a value to null that is compatible with IE, Firefox, and Chrome?
Code:
this.form.unmform_Tix_Requested_Broadway_GoldCircle.value = null;