Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/01/2016, 12:00
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 16 años, 7 meses
Puntos: 1012
Respuesta: Actualizar Variables sin Recargar

Eso no es lo que imprime tú php. Aún así, el código sigue siendo válido
Cita:
function multiplicar(op2) {
console.log('valor operando2 ' + op2)
console.log(document.querySelector ('input[name="operando1"]') * op2);
}
__________________
if(ViolenciaDeGénero) {alert('MUJER ASESINADA');}