Ver Mensaje Individual
  #4 (permalink)  
Antiguo 03/10/2003, 14:19
Avatar de Kaopectate
Kaopectate
Colaborador
 
Fecha de Ingreso: diciembre-2001
Ubicación: Curaçao (Antillas Holandesas)
Mensajes: 3.179
Antigüedad: 23 años, 1 mes
Puntos: 38
¡Que raro!, a mi si me funciona:

Código PHP:
<html>
 <
head>
 </
head>
 <
body>
  <
form name="frm">
  <
input type="text" name="t1" onclick="javascript:document.frm.t2.value = document.frm.t1.value">
  <
input type="text" name="t2">
  </
form>
 </
body>
</
html

Última edición por Kaopectate; 03/10/2003 a las 14:20