Bienvenido
  textarea con boton de copiado
 




<p>
<table style="width: 500px; height: 106px" cellspacing="1" cellpadding="1" width="317" border="1">
    <tbody>
        <tr>
            <td>
            <p align="center">
            <form name="f1">
                <textarea rows="5" cols="55" name="campo1">AQUI EL TEXTO DE LA TEXTAREA</textarea> <br />
                <input type="button" onclick="copia_portapapeles()" value="Copiar Notas" />
            </form>
            <script language="javascript">

function copia_portapapeles(){
   document.f1.campo1.select()
   window.clipboardData.setData("Text", document.f1.campo1.value);
}
</script></p>
            </td>
        </tr>
    </tbody>
</table>
</p>

 
 
   
 
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?
Registrarse gratis