%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % CLEAR TEXT FIELD BUTTON % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 0 0 90 30 %%EndProlog [ /T (Text_Field_Clear_Button) /Rect [0 0 90 30] /Subtype /Widget /F 4 /FT /Btn /Ff 65540 /H /P % displays down position momentarily /AP << /N {Clear_Up} /D {Clear_Down} >> % clear text in all fields /Action << /Subtype /JavaScript /JS( var undefined; function clearField\(inName\) { var theField = this.getField\(inName\); if \( theField != undefined \) theField.value = ""; } for \(theCount = 1; theCount < 6; theCount++\) { if \( "pageonefield"+theCount != undefined \) clearField\("pageonefield"+theCount\); } ) >> /ANN pdfmark %%EOF