Ver original<html><head><title>Titulo</title></head><body><select><option id="radio1" value="1">ejemplo opcion</option></select> <script>var valor_radio = document.getElementById('radio1').value;document.write("<a href=Respuestas.php?opcion="+valor_radio+">respuesta</a>");</script> </body></html>