Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/04/2008, 03:01
Laufwerk
 
Fecha de Ingreso: marzo-2007
Mensajes: 538
Antigüedad: 17 años, 1 mes
Puntos: 0
Re: al hacer submit que no actualice

ya lo conseguí,
Código:
<body onload="colocar();">
    <input id="md5input" type="text" style="width:300px;"><br />
    <input value="convertir a MD5" type="button" onclick="javascript:encriptapass();"> <br />
    <input id="encriptado" type="text" style="width:300px;">
</body>
</html>