![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/08/2010, 20:31
|
![Avatar de tredio](http://static.forosdelweb.com/customavatars/avatar274233_1.gif) | | | Fecha de Ingreso: noviembre-2008 Ubicación: Carabobo
Mensajes: 466
Antigüedad: 16 años, 2 meses Puntos: 66 | |
Respuesta: cargar valores a textbox desde combobox algo asi.
HTML.
JavaScript
Código Javascript :
Ver original<script> function accion(combo){ alert("se selecciono "+combo.value) } </script>
|