Hi. I have a select field that allows me to select a birthday. I need
to decide how many days the field has according to the selected month.
In Firefox I can hide days 30 and 31 using
$('Birthdate_Day').options[30].hide(); or $
('Birthdate_Day').options[30].disabled == 1;
But this doesn't work in IE 6. Does anyone know another method? Thank
you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to