Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/06/2011, 05:10
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 11 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
}