Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JavaRavyn

    Newbie question

    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...
  2. JavaRavyn

    Remove option value in a select object

    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@
  3. JavaRavyn

    Remove option value in a select object

    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@
  4. JavaRavyn

    disabling dropdowns and radiobuttons

    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 ...
  5. JavaRavyn

    disabling dropdowns and radiobuttons

    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@
  6. JavaRavyn

    disabling dropdowns and radiobuttons

    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@

Part and Inventory Search

Back
Top