1) Script Title: Chained Selects
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ects/index.htm
3) Describe problem:
I want the Chained Selects with a autosubmit after selected the last field. I tried it with onchange='this.form.submit()' and onchange="goListGroup(document.listmenu0.firstlevel, document.listmenu0.secondlevel, document.listmenu0.thirdlevel) in the select tag but it doesn't work.
Bookmarks