Form autocomplete attribute
Definition and Usage
autocomplete
Set or return the value of the autocomplete attribute in the form.
After enabling autocomplete, the browser will automatically complete values based on the user's previous input.
Tip: You can set the form to "enable" autocomplete, and set the specific input field to "disable", and vice versa.
Tip: In some browsers, you may need to enable the autocomplete feature to work properly (check the "Preferences" menu in the browser menu).
See also:
HTML Reference Manual:HTML <form> autocomplete প্রতিভাশংসার
Example
Example 1
Set autocomplete to off:
document.getElementById("myForm").autocomplete = "off";
Example 2
return the state of autocomplete:
var x = document.getElementById("myForm").autocomplete;
Syntax
return autocomplete attribute:
formObject.autocomplete
set autocomplete attribute:
formObject.autocomplete = on|off
প্রতিভাশংসার মান
মান | বর্ণনা |
---|---|
on | ডিফল্ট।ব্রাউজার ব্যবহারকারীর পূর্বের মূল্য অনুযায়ী মূল্য পূর্ণ করবে。 |
off | ব্যবহারকারী প্রত্যেকবার প্রত্যেক ফিল্ডে মূল্য ভরতে হবে।ব্রাউজার স্বয়ংক্রিয়ভাবে এন্ট্রি পূর্ণ করবে না。 |
প্রযুক্তিগত বিবরণ
ফলাফল: | শব্দতালিকা মান, যা স্বয়ংক্রিয় পূর্ণাঙ্গ অবস্থা নির্দেশ করে |
---|
ব্রাউজার সমর্থন
তালিকায় সংখ্যা বলা হয়েছে, যা এই প্রতিভাশংসারটির প্রথম পূর্ণাঙ্গ সমর্থনকারী ব্রাউজার সংস্করণ
চ্রোম | এডজ | ফায়ারফক্স | স্যাফারি | ওপেরা |
---|---|---|---|---|
চ্রোম | এডজ | ফায়ারফক্স | স্যাফারি | ওপেরা |
সমর্থন | সমর্থন | সমর্থন | সমর্থন | সমর্থন |