•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 423,742 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,400 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 762 | Replies: 2
![]() |
•
•
Join Date: Apr 2005
Location: New York state
Posts: 465
Reputation:
Rep Power: 5
Solved Threads: 72
Use the onclick attribute with a function along the lines of
Pseudocode Syntax (Toggle Plain Text)
Function EnableRadioButtons ( array Elements ) For each Element in Elements Set Element Enabled
GCS d- s+:+ a-->? C++(++++) UL+++ P+>+++ L+++ !E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r z+*
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h+>++ r z+*
•
•
•
•
Use the onclick attribute with a function along the lines of
Pseudocode Syntax (Toggle Plain Text)
Function EnableRadioButtons ( array Elements ) For each Element in Elements Set Element Enabled
Or maybe something along the lines of
Pseudocode Syntax (Toggle Plain Text)
Function EnableRadioButtons ( array Elements ) if (button of interest is checked) { For each Element in Elements Set Element Enabled } else { For each Element in Elements Set Element Disabled }
That way the will become disabled again if the user checks the special button and then unchecks it later
Aaron Sterling
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: toggle class name on click?
- Next Thread: Please take a screenshot in IE6 or 7 for yours truly


Linear Mode