Hola amigos:
Estoy intentando pasar unos valores a un fichero php, mediante un menu desplegable, pero me falla si saber la razon; Deseo extraer el valor A, o B en el fichero "prueba.php", este es el codigo:
<html>
<head>
<title></title>
</head>
<body bgcolor="#C0C0C0" scroll=no text="#000000" link="#000000" vlink="#000000" alink="#000000">
<script language="JavaScript">
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->
</script>
<form name="elige" method="POST" action="prueba.php">
<select size="1" onChange="MM_jumpMenu('self',this,1)">
<option value="A">A</option>
<option value="B">B</option>
</select>
</form>
<p align="center"><font face="Tahoma" size="2">
</a></font></p>
</body>
</html>
</body>
</html>