View Single Post
  #2 (permalink)  
Old 08-26-08, 03:34 PM
Dan Man Dan Man is offline
Newbie Coder
 
Join Date: Sep 2006
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Update: I found no solution to this issue, so as a result, I took a different path of implementation so that disabled options are not required.

I instead displayed only the selectable options within a drop down menu, and dynamically changed the options through JavaScript depending on different conditions. This method accomplished what the disabled options would have.

Thanks to all for taking the time to read and think about this topic.
Reply With Quote