![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
01/09/2008, 07:56
|
![Avatar de luinux22](http://static.forosdelweb.com/customavatars/avatar250039_1.gif) | | | Fecha de Ingreso: julio-2008
Mensajes: 28
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: Pregunta sobre input text Solucionado:
Con javascript hacer esto: <script type="text/javascript">
//<![CDATA[
var elemento = document.getElementById("IdDelInput")
elemento.setAttribute("autocomplete", "off");
//]]>
</script> |