Hi,

I have created two <select> tags. First is <select name = "a"> having some options. other is <select name = "b">. i am transferring selected values of "a" to "b" on event of a button click.
...