PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
Thanks Mark, your example provided the results I was trying to achieve. I appreciate the help. Kenn ----- Original Message ----- From: Lauterbach.Mark Sent: 2/4/2004 1:08:08 PM To: [EMAIL PROTECTED] Subject: RE: [PDF-Forms] Clearing Default Text on Focus? > > PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ > __________________________________________________________________ > > Hello, mystery subscriber... (no address? - most bizarre) > > I would handle this issue in the following way: > > In the "Mouse Enter" and "On Focus" actions in each field, add the > following script: > > var a = this.getField('NameOfCurrentField'); > a.value = ""; > > This will clear the default text as soon as the user enters it. > > Mark To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
