"onchange" not fired
Hello Imar and others,
Happy 2006 programming for you all!
To make it possible to every sequential dropdown list "filter" the possible values of the next one, I put all my dropdown lists in the same form (say form1) and used the "onchange=document.form1.submit();" event in everyone of them.
My only problem is: when one of the dropdown lists contains only one possible option, I cannot "select it" to fire this "onchange" event, but I would like a form variable to "get" the ID related to this only one option offered too...
Please help!
Thanks,
fskilnik
P.S.: this "request.form get" technique is presented in Imar´s "Beginning Dreamweaver MX 2004" Wrox book, page 367.
|