Hi,
The following javascript code behaves very strangely in IE7, but
works fine in FF.
new Insertion.Bottom("existing_collection", "<option
value='40'>test</option>");
for the following HTML, it just appends "test</OPTION>" to the options
list instead of the entire string.
Whats going wrong? How should I be doing this?
<select id="existing_collection" name="existing_collection">
<option value="">Select a Collection</option>
<option value="28">Surendra's collection</option>
</select>
Thanks.
--
Surendra Singhi
http://ssinghi.kreeti.com, http://www.kreeti.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---