Hello,
I'm not sure if this is an IE problem or a Prototype problem.
I am trying to set the value of a <select> list via the following
code;
$('selectList').setValue('some_value');
I get an error stating that this object does not support this property
or method.
I have also tried these variants;
$('selectList').value = 'some_value';
$('selectList').selectedIndex = 0;
Nothing seems to work. Anyone have any ideas?
Thank you for your time,
Jason
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---