Cita:  
					Iniciado por stramin  
  prueba así:
    
Código Javascript
:
Ver original- function pulsar(numero){ 
- document.getElementById("resultado").value=document.getElementById("resultado").value+numero.value; 
- } 
   Más sencillo:   
Código Javascript
:
Ver original- document.getElementById("resultado").value+=numero.value; 
Saludos (: