[Catalyst] Select cascades with Prototype and Ajax
John Wang
johncwang at gmail.com
Wed Feb 8 19:41:16 CET 2006
Prototype populates the innerHTML attribute which is non-standard and not
DOM-compliant (new elements don't exist in the DOM). For simple
applications, innerHTML works easily, however it take can some finageling to
make it work with form controls.
Check out the following link on dynamically building select elements:
http://www.quirksmode.org/js/options.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rawmode.org/pipermail/catalyst/attachments/20060208/4852aa7e/attachment.htm
More information about the Catalyst
mailing list