Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/06/2011, 11:38
Avatar de Perr0
Perr0
 
Fecha de Ingreso: mayo-2005
Ubicación: Santiago de Chile, Chile
Mensajes: 676
Antigüedad: 19 años, 9 meses
Puntos: 79
Exclamación Respuesta: mostrar resultado en un inputtext

hola reforma_sub06

suponiendo que tu input text es

Código:
<input type="text" id="resultado" disabled="disabled" />
tendria que ser asi

Código:
<script>
function sumar(uno,dos)
{
var total;

total = parseInt(uno.value)+parseInt(dos.value);
document.getElementById("resultado").value = total;
}
</script>
salu2
__________________
Numerador Mp3 en Access =)
http://www.mediafire.com/download/r9...pdw/mp3(2).zip