D DVK916 Banned Dec 12, 2005 2,765 0 0 Apr 24, 2007 #1 I have a field, lets call it "XY" I want to write a code that when run, tells the field to reset the field to blank if a certain condition holds true. How would I do this.
I have a field, lets call it "XY" I want to write a code that when run, tells the field to reset the field to blank if a certain condition holds true. How would I do this.
I Injury Lifer Jul 19, 2004 13,066 2 81 Apr 24, 2007 #4 First off... Wrong Forum. Second... http://www.google.com/search?sourceid=n...GGIC:en&q=javascript+reset+form+fields
First off... Wrong Forum. Second... http://www.google.com/search?sourceid=n...GGIC:en&q=javascript+reset+form+fields
T tersome Senior member Jul 8, 2006 250 0 0 Apr 24, 2007 #5 document.getElementById("XY").value=""; that might work