Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Enable and disable button

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Testa Posted - 07 Apr 2009 : 07:40:12
How can i do this?
I' ve a disabled button that must became active after write some field.
What's the command to enable somthing?[2 ?:-|]

Thanks
2   L A T E S T    R E P L I E S    (Newest First)
Testa Posted - 07 Apr 2009 : 14:08:44
Thanks a lot.
s.dav Posted - 07 Apr 2009 : 09:03:58
You can enable/disable it using javascript.

The javascript command is

button.disabled=false; // to enable it

button.disabled=true; // to disable it

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000