브라우저 자동 완성 사용 안 함

코드 예제

9
0

html 입력을 자동 채우지 않게하는 방법

<input type="text" autocomplete="off" />
6
0

자바 스크립트 자동 완성 비활성화

someForm.setAttribute( "autocomplete", "off" ); 
someFormElm.setAttribute( "autocomplete", "off" );
6
0

입력 자동 완성 비활성화

autocomplete="off"
5
0

브라우저 자동 완성 사용 안 함

<form method="post" action="/form" autocomplete="off">
[…]
</form>

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................