Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Help with AJAX/checkboxes...
Old 02-28-2007, 02:02 AM Help with AJAX/checkboxes...
Extreme Talker

Posts: 217
Trades: 0
On a script im working off of, im trying to get it so send some data to a PHP file. I got all that working, but it doesnt send the right data! I have a bunch of checkboxes which are your options for what to send. here is an example:

HTML Code:
<input type="checkbox" id="comments" name="comments" value="on">Comments
And the javascript variable which gets its value...
Code:
var comments = document.getElementById("comments").value;
Problem is, no matter if its checked or not, it will always send the value "on". So how do I have it check to see if its actually checked off or not?
__________________

Please login or register to view this content. Registration is FREE
Slick Nick is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-28-2007, 04:25 AM Re: Help with AJAX/checkboxes...
Insensus's Avatar
Ultra Talker

Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
Trades: 0
You should use this:
var comments = document.getElementById("comments").checked;

That'll probably work.
It returns true (1) if the box is checked and false (0) if it isn't.

Regards.
Insensus
Insensus is offline
Reply With Quote
View Public Profile
 
Old 02-28-2007, 07:53 PM Re: Help with AJAX/checkboxes...
Extreme Talker

Posts: 217
Trades: 0
ok thanks, that helps alot
__________________

Please login or register to view this content. Registration is FREE
Slick Nick is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Help with AJAX/checkboxes...
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.36908 seconds with 12 queries