Forum Moderators: open

Message Too Old, No Replies

Checkbox

Checkbox value--javascript

         

Sunrise

9:04 pm on Dec 29, 2003 (gmt 0)

10+ Year Member



Hi all,
I need to find out the first checkbox clicked value in the bunch of checkboxes.If four checkboxes are clicked and after that if the user unchecks the first checkbox ,then it should give me the second checkbox value...in Javascript.

Any help will be appreciated...

txbakers

9:05 pm on Dec 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



if the four checkboxes have different names, then you just check for each name.

if they all have the same name, you can take the index: checkbox[0] is the first one.

Sunrise

9:12 pm on Dec 29, 2003 (gmt 0)

10+ Year Member



i am not getting the value....i am getting blank value...
if u have some example it will be helpful

Thanks