Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
OCP
forum.
We're giving away four copies of
OCP Oracle Certified Professional Java SE 11 Developer Practice Tests
and have Scott Selikoff and Jeanne Boyarsky on-line!
See
this thread
for details.
Win a copy of
OCP Oracle Certified Professional Java SE 11 Developer Practice Tests
this week in the
OCP
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Paul Clapham
Jeanne Boyarsky
Ron McLeod
Tim Cooke
Sheriffs:
Devaka Cooray
paul wheaton
Mark Herschberg
Saloon Keepers:
Tim Moores
Tim Holloway
Stephan van Hulst
Frits Walraven
Jj Roberts
Bartenders:
Carey Brown
salvin francis
Piet Souris
Forum:
HTML Pages with CSS and JavaScript
disabling more than one control
ankur rathi
Ranch Hand
Posts: 3851
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
How to disable set or number of controls at one shot?
I tried by putting all the controls b/w <div disabled> and <div>, but it didn't disable any of the control.
Thanks.
Bear Bibeault
Sheriff
Posts: 67498
173
I like...
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You'll need to disable them individually.
[
Asking smart questions
] [
About Bear
] [
Books by Bear
]
Krishna Nagadev
Ranch Hand
Posts: 32
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Rathi ji,
The following elements only supports 'disabled' attribute:
BUTTON, INPUT, OPTGROUP, OPTION, SELECT, and TEXTAREA.
<Div> in your case doesn't have this property, So set the disable property individually for all the controls which you want as suggested by Bear.
Cheers...
I have always wanted to have a neighbor just like you - Fred Rogers. Tiny ad:
the value of filler advertising in 2021
https://coderanch.com/t/730886/filler-advertising
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
how to disable a div in firefox?
Creating CSS class at runtime
disabling windows close icon
Sort Div Ids
How to get Full Form Id?
More...