![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
12/05/2011, 21:31
|
| | Fecha de Ingreso: mayo-2011 Ubicación: sinaloa
Mensajes: 150
Antigüedad: 13 años, 9 meses Puntos: 4 | |
Respuesta: entrar a una funcion con un < select > Disculpen tengo lo siguiente:
UN SELECT que abre N option.
dentro de SELECT como puedo recivir el valor del OPTION.
es mas o menos asi lo que tengo
< SELECT onchange=OPCION_SELECT()
while(CONSULTA){
TD
REGISTRO ENCONTRADO
/TD
}
</ SELECT>
<SCRIPT
function OPCION_SELEC(){
//AQUI ES DONDE NECESITO EL VALOR DEL TD SELECCIONADO
}
Espero haberme explicado bien. nota: omiti los 'echo' |