Jump to content

JMosca77

Members
  • Posts

    5
  • Joined

  • Last visited

JMosca77's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Both options worked, however ASPNETGUY's worked better for me because it made all fields (text, radio buttons, etc.) inactive instead of just fields.Thanks guys!
  2. Thanks for the info! Do you know of any way in Javascript I can write a loop that goes through all the fields on a form (without having to hard code each field name) and disable them?
  3. Hi,Is there a way to make a field read only using CSS? I need to prevent users from changing field values after a form has been submitted. I think CSS would be the best way to accomplish this without having to create duplicate forms with Read Only fields, but I can't get it to work.Thanks for any help.
  4. Thx for the reply. The radio buttons do share the same name. I guess what I'm trying to change is the Label for each radio button option, not which radio button is selected.
  5. Hi Everyone,Can anyone tell me how to change the values of a Radio Button via JavaScript?I have a Yes/No radio button on a form. When the user selects YES, a hidden layer is made visible with 3 fields for the user to fill out. When the user clicks a CLOSE, I want to update the YES option with the values entered in the layer. I've tried changing the innerText, innerHTML, and value but nothing updates the radio button options on the web page. Any suggestion?
×
×
  • Create New...