| Author |
HTML select tag disabling particular elements?
|
Rohit Nath
Ranch Hand
Joined: Jun 16, 2006
Posts: 387
|
|
Hi, I am using the HTML select tag with multiple="multiple" to allow multiple selection. I need to disable the second element. I am able to enable/disable the complete multiselect box but I need to enable particular element. Any idea how we can do that? Need help urgently. Thanks in Advance! Rohit
|
R.N
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Is it ever going to be able to be selected? You probably will have to code some JavaScript with onchange. If it is picked you unselect it. Eric
|
 |
 |
|
|
subject: HTML select tag disabling particular elements?
|
|
|