how to disable if one or more check boxes selected
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
hi,
in my form...i had checkboxes...my problem is if user wants to select one or more checkboxes..if he selects that checkboxes remaining should be disabled....what i done is im disabling each one...here is my code...
modify.jsp
psoAuto.js
in my form...i had checkboxes...my problem is if user wants to select one or more checkboxes..if he selects that checkboxes remaining should be disabled....what i done is im disabling each one...here is my code...
modify.jsp
psoAuto.js
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
There is no enabled attribute. There is disabled.
Your code looks like a mess to maintain.
Eric
Your code looks like a mess to maintain.
Eric
madhuri kunchala
Ranch Hand
Posts: 350
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
k..in my form..i had checkboxes...suppose 'chk1','chk2,'chk3','chk4'...if i select 'chk1' and 'chk3'....remaining 'chk2' and 'chk4' should be disabled...can you provide me how to do..
Eric Pascarello
author
Posts: 15385
6
posted 15 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
madhuri kunchala wrote:k..in my form..i had checkboxes...suppose 'chk1','chk2,'chk3','chk4'...if i select 'chk1' and 'chk3'....remaining 'chk2' and 'chk4' should be disabled...can you provide me how to do..
Eric Pascarello wrote:There is no enabled attribute. There is disabled.
Your code looks like a mess to maintain.
Eric
| Do Re Mi Fa So La Tiny Ad The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |








