Hi everyone. I have a small problem with IE. I have a span with the
id="birthdate_smarty_select' and inside there are 2 "select" fields,
one for day and the other one for year. I'm trying to set the default
for the first value in both select fields like this:
$(field).childNodes[1].selectedIndex = 0;
$(field).childNodes[2].selectedIndex = 0;where
field=birthdate_smarty_select
it works just fine in FF but it won't work in IE :(
--~--~---------~--~----~------------~-------~--~----~
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