Announcement

Collapse
No announcement yet.

Clearing Initial Value in Editbox

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Clearing Initial Value in Editbox

    I created an Editbox for input of a street address and in EditBox properties listed the Initial Value as "Enter Street Address". When the editbox is selected, I want to clear out the Initial Value automatically. How do I do that??
    TonySC

  • #2
    Re: Clearing Initial Value in Editbox

    Paste the following code in the Inside Tag of each editbox html:

    onFocus="if(this.value!='')this.value='';"
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

    Comment

    Working...
    X