PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
No problem, Kenn - glad to return the favour for all the help I've gotten here. Make sure to use the script from my follow-up message to this one (I flagged it "High Importance") as the email you've quoted (below) has only half the solution! One question, though - Why does your email address not show up on my mail software? First time I see that! Mark -----Original Message----- From: [mailto:[EMAIL PROTECTED] Sent: February 4, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: Re: RE: [PDF-Forms] Clearing Default Text on Focus? 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 To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
