Topic awaiting preservation: Javascript: Points based questionnaire (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 12-24-2002 17:44
I am searching for a (must be a client side solution) javascript that will do the following: |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 12-24-2002 17:53
Check out what I'm doing here. This is usually a window that's opened via window.open. It uses two divs and points to show the score and correct answers. |
Obsessive-Compulsive (I) Inmate From: |
posted 12-27-2002 19:44
I don't know of a link to the script you want, but I think all you need to do is loop over the radio buttons, get the value of each checked radio button, add and store this value to a variable each time. After the loop, that variable will contain the sum of the values of the checked radio buttons. If you want I can write up a quick demo later. |
Bipolar (III) Inmate From: Amsterdam |
posted 12-30-2002 13:22
I've written such a script a while ago. |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-04-2003 15:25
Nevel, |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-06-2003 16:23
I could sure use some more help on this....Puhleeeeeese?!?!? |
Maniac (V) Mad Scientist From: the bigger bedroom |
posted 01-07-2003 05:10
ok... let's try and make this as easy as possible - we don't want no hardcoding, do we buddy? code: function checkkit() {
|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-09-2003 16:39
Sorry, Adam for the lack of PSPONG return...I'm freelancing fulltime and I just recently got more work than I could possibly handle alone and have been working ungodly hours to keep the client happy...which has meant that I've had to focus solely on getting their stuff done...I apologize profusely! |
Maniac (V) Mad Scientist From: the bigger bedroom |
posted 01-09-2003 23:41
no sweat bruce - just tell me if that little javascript gem i coded you was useful or not! |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-13-2003 03:16
thanks Adam for the JS gem you came up with...however, I'm JS challenged and unsure how to build on that or incorporate it with other JS to make it work...can you give me a working example? |
Maniac (V) Mad Scientist From: the bigger bedroom |
posted 01-13-2003 04:09
heh, there's really not much left to do - just call the function. code: <html>
|