I See that this thread was from over two years ago. I am at about the point that Bitbrain is now.
Has anything radically changed since then? Are the recommendations here pretty much still valid? I am going to go get one of the Linux Bible books that comes with RH and run with that for a bit...
Can I then assume that using .add() will put an option in? If so, do I need to give it an index, or will it just drop it in at the end?
Thanks for the feedback btw:)
M@
Removing does get rid of the option, but does it leave a blank space with no value attached in the select?
If the user selects that empty option, what value gets sent back?
M@
Hey ya'll,
Thanks for all of the help. When I want to disable, I have to actually name which radiobutton I want disabled since there is more than one in the group (ie small medium or large and I want to disable small if childFlag = 'Y').
ie - document.forms[0].rbSeating[2].disabled = true ...
Does disabling equate to greying out the box?
I am painting a form on a jsp, and I would like to disable radiobuttons and dropdown menus based on what the user picks earlier in the form. disabled = true doesn't seem to be working.
If you can suggest anything else, I would appreciate it.
thx,
M@
Hey ya'll,
I am trying to disable some dropdown lists and radio buttons if certain values are retrieved from a table in the db. If A came back, i'd like to disable a set of radio buttons and two select boxes.
Any ideas?
thx,
M@
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.