Hello,

I have a dropdown name poems in which several poems are listed. And i have a href link now what i am trying to do is whenever the href link is clicked the value of the dropdown should get added to href link. For example:

link is: eg.php?poem=

upon clicking it should become eg.php?poem=x

where x is the value of the selected dropdown option. How can i do this ?

Thanks.