Hola Leo, tengo una consulta con respecto al select<div><br></div><div>Supongamos que tengo el siguiente select</div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="color:rgb(102,0,0);font-family:monospace;font-size:11px;line-height:18px"><select name="miSelect"> <br>
<option value="10">Muy bien <meta http-equiv="content-type" content="text/html; charset=utf-8"></option><br><option value="5">Regular <meta http-equiv="content-type" content="text/html; charset=utf-8"></option><br>
<option value="0">Muy mal <meta http-equiv="content-type" content="text/html; charset=utf-8"></option><br></select> </span></div><div><span class="Apple-style-span" style="color:rgb(102,0,0);font-family:monospace;font-size:11px;line-height:18px"><br>
</span></div><div><span class="Apple-style-span" style="color:rgb(102,0,0);font-family:monospace;font-size:11px;line-height:18px">¿Hay alguna manera de enviar el dato del texto además del value? si quiero enviar por ejemplo  el número "10" y el texto "Muy bien" seleccionando el primer valor.</span></div>
<div><span class="Apple-style-span" style="color:rgb(102,0,0);font-family:monospace;font-size:11px;line-height:18px">Se pueden enviar los 2 sin recurrir a Javasript?</span></div><div><span class="Apple-style-span" style="color:rgb(102,0,0);font-family:monospace;font-size:11px;line-height:18px">Muchas gracias</span></div>