08/05/2004, 11:41
|
| | | Fecha de Ingreso: mayo-2004 Ubicación: Miami, FL, USA
Mensajes: 248
Antigüedad: 20 años, 6 meses Puntos: 0 | |
Algo asi?
Código:
<script language=JavaScript>
function cambiaPalabra() {
document.algunNombre.texto.value="Adios";
}
</script>
<form name="algunNombre" action="" method="post">
<input type=text name="texto" value="hola">
<br>
<input type=button value="Submit" onclick="return cambiaPalabra(); return true">
</form>
__________________ Cordialmente,
Abel K
Miami, FL, USA World Kit |