![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
15/06/2006, 07:07
|
![Avatar de Tipdar](http://static.forosdelweb.com/customavatars/avatar118849_1.gif) | | | Fecha de Ingreso: octubre-2005 Ubicación: Aquí y allá.
Mensajes: 323
Antigüedad: 19 años, 3 meses Puntos: 7 | |
Bueno mira, prueba esto:
Código:
function seleccionar(elemento) {
var combo = document.forms["tu_formulario"].tuSelect;
var cantidad = combo.length;
for (i = 0; i < cantidad; i++) {
if (combo[i].value == elemento) {
combo[i].selected = true;
}
}
}
Espero que pueda ayudar.
__________________ El último TipdaR |