Usuwanie podpowiedzi dla pola input - autocomplete off
Skrypt wyłącza domyślne podpowiedzi dla pól input.
Ponieważ autocomplete="off" nie działa we wszystkich przeglądarkach i powoduje błąd walidacji w3c, można użyć tego kodu który działa i nie powoduje błędu walidacji.
Listing
<html>
<head>
<script type="text/javascript">
function init() {
if (!document.getElementById) return false;
var f = document.getElementById('auto_off');
var u = f.elements[0];
f.setAttribute("autocomplete", "off");
u.focus();
}
</script>
</head>
<body onload='init()'>
<form id="auto_off">
<input type="text" name="login" />
</form>
</body>
</html>
<head>
<script type="text/javascript">
function init() {
if (!document.getElementById) return false;
var f = document.getElementById('auto_off');
var u = f.elements[0];
f.setAttribute("autocomplete", "off");
u.focus();
}
</script>
</head>
<body onload='init()'>
<form id="auto_off">
<input type="text" name="login" />
</form>
</body>
</html>
Dodano przez: igor
Ranga: Administrator serwisu Punktów: 0
Ranga: Administrator serwisu Punktów: 0
Komentarze użytkowników
:: Losowe artykuły
:: Wymiana linków
Modowe inspiracje |
Android Gry i Aplikacje |
ZaplanujTransport.pl: Przeprowadzki, transport, aukcje |
Logo dla firmy |
Change Tires - Car Weather Forecast Reminder |
Laminas: MVC Framework for PHP |
IT Books Reviews and Programming: JS, JAVA, PHP, ANDROID, CSS |
Katalog roślin |
Programming articles: JAVA, PHP, C++, Python, JavaScript |
Kancelaria Adwokacka Łukasz Huszno