Re: [PHP] Dynamic Dropdowns

2003-02-21 Thread David Otton
On Fri, 21 Feb 2003 10:37:42 -0700, you wrote: >>Quoting Steven Kallstrom <[EMAIL PROTECTED]>: >> I am creating dynamic drop down lists... I would like to have an >> option appear in the drop down list, but have it greyed-out and not be >> selectable... I know you can disable selects, but I

Re: [PHP] Dynamic Dropdowns

2003-02-21 Thread Richard Whitney
Oh! Yes you can: Some Value Have fun! Quoting Steven Kallstrom <[EMAIL PROTECTED]>: ### Hey PHP lovers, ### ### I am creating dynamic drop down lists... I would like to have an ### option appear in the drop down list, but have it greyed-out and not be ### selectable... I know you can di

[PHP] Dynamic Dropdowns

2003-02-21 Thread Steven Kallstrom
Hey PHP lovers, I am creating dynamic drop down lists... I would like to have an option appear in the drop down list, but have it greyed-out and not be selectable... I know you can disable selects, but I don't think you can disable individual options in selects... anyone have any ideas?