Hello every one. i m trying to do a work here.. i have two drop down list. if i select one option from one drop down list.after that one option from 2nd drop down list then form should be submitted.n both values from first drop down list and from 2nd drop down list should be posted to other page . i have used ajax for this. onChange="showUser(this.value)". but it submit form with current drop drown list.it does not include other drop down list.which i have selected first. Can anyone guide me?
there are alot of examples that you could find on the internet http://www.satya-weblog.com/2007/04/dynamically-populate-select-list-by.html
Thanks for replying frnd. But this was not the problem which i was asking. look i take example from your given link. first i select country from drop down list.then city from 2nd drop down list.now Ajax should be called.and with this ajax call it shoul send city n country both.i dont wana ajax call on first selection.i wana ajax call with 2nd selection which take the fiirst selection also. n should display both country,n city. i dont wana submit button...