Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Disable AutoComplete with coding in ASP?

Status
Not open for further replies.

DVDGirl

Programmer
Mar 29, 2001
42
US
Is there a way to disable the AutoComplete function of Internet Explorer with coding? (The AutoComplete feature saves previous entries you've made for web addresses, forms, and passwords.)

I know that there is a way to disable it with group policy, and (Tools -> Internet Options -> Content), however our network administrator insists that there is a way to do it with coding in our ASP (or Javascript).

Does anyone know if this is possible? Any help or suggestions is greatly appreciated. Thank you!

-DVD Girl
 
Try this.
<input type=&quot;text&quot; name=&quot;pass&quot; autocomplete=&quot;off&quot;>
Len
 
Thanks, Len! So simple, and it worked PERFECTLY! I appreciate it! :)
 
I have been trying the same thing, but it does not work in Netscape 6x browsers and the client is using Netscape 6x browsers. Can we disable autocomplete by some other way for Netscape 6x
Please help me
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top