
29/06/2011, 05:10
|
 | Colaborador | | Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 8 meses Puntos: 1012 | |
Respuesta: Cambiar nombre al boton del formulario con checkbox hacemos algo sencillo Cita: function fnc(chk) {
if(chk == true) {
document.getElementById('boton').value = 'recibir';
} else {
// valor original
} |