Sets or retrieves the status of AutoComplete for the object.SyntaxHTML <ELEMENT AUTOCOMPLETE = sDisabled... >  
Scripting object.autocomplete(v) [ = sDisabled ] Possible ValuessDisabled String that specifies or receives one of the following values.off AutoComplete is disabled. 
on AutoComplete is enabled. Any string other than off enables AutoComplete. 
 The property is read/write. The property has no default value.Example<INPUT TYPE="password" AUTOCOMPLETE="off">