![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
08/06/2002, 17:23
|
| | Fecha de Ingreso: marzo-2002
Mensajes: 46
Antigüedad: 22 años, 10 meses Puntos: 0 | |
Re: Como Pegar Texto En Un Formulario? <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> A ver si te vale este código. bye <IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function inner(){
tx.innerHTML = "Holalaala"
}
</script>
</head>
<body>
<textarea id=tx></textarea>
<img src="../pincha.gif" onclick="inner()"></img>
</img>
</body>
</html> |