Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/01/2004, 11:31
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 4 meses
Puntos: 61
Un ejemplito:
Código PHP:
<html>
<
head>
    <
title>Untitled</title>
    <
style>
    
input{
    
color:navy;
    
background:silver;
    
font:normal 10px verdana;
    
width:75px;
    }
    
textarea{
    
font:normal 10px/14px verdana;
    
border:solid 1px black;
    
overflow:auto;
    
width:235px;
    
height:200px;
    }
    
    </
style>
</
head>

<
body>
<
form>
<
input type="button" 
onclick="document.forms[0].textos.value+=this.value" 
value="texto 1 " />
<
input type="button" 
onclick="document.forms[0].textos.value+=this.value" 
value="texto 2 " />
<
input type="button" 
onclick="document.forms[0].textos.value+=this.value" 
value="texto 3 " /><br>

<
textarea name="textos">
</
textarea>
</
form>


</
body>
</
html
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.