Ver Mensaje Individual
  #2 (permalink)  
Antiguo 03/02/2004, 12:08
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola, eddiev. Bienvenido al Foro.
Código PHP:
<html>
<
head>
</
head>

<
body>
<
input type="button" value="poner"
onclick="document.getElementById('txt').innerHTML='lo que sea'"/>
<
input type="button" value="quitar"
onclick="document.getElementById('txt').innerHTML=''"/>

<
span id="txt"></span>
</
body>
</
html
Espero que te sirva. Saludos,