Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 How to get values of checkboxes

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
rmmarsh Posted - 13 Nov 2007 : 00:54:48
I have a form with checkboxes (4 of them). I am using a form mail script (Gypsymail... it's free and works great!). My problem is that the checkboxes don't indicate if they are checked or not; I can tell which are checked by looking for the [name]; if it's there, it wasn't checked; no [name], and it was checked.

Is there a better way of viewing this?
1   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 13 Nov 2007 : 10:31:28
On the client side (the HTML page) you can test the check status using the syntax myCheck.checked
On the server side (if you send check data to a server) you can test the check status by checking the value associated to the check.

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