473,395 Members | 1,905 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Disable the 'remember password' feature of browser

AMT India
How can I disable the password remembering feature of Browser (Both IE and Firefox) using JS ?
Oct 5 '07 #1
5 16933
Logician
210 100+
How can I disable the password remembering feature of Browser (Both IE and Firefox) using JS ?
You can't. The settings in a user's browser are their concern, not yours.
Oct 5 '07 #2
pbmods
5,821 Expert 4TB
Heya, AMT.

You can try adding autocomplete="off" to your inputs:
Expand|Select|Wrap|Line Numbers
  1. <input ... autocomplete="off" />
  2.  
Alternatively, add this code somewhere on your page:
Expand|Select|Wrap|Line Numbers
  1. document.getElementById('usernameOrWhatever').setAttribute( 'autocomplete', 'off' );
  2.  
Oct 5 '07 #3
How can we disable the 'remember password' feature of browser (IE and Firefox) using JS?
Oct 9 '07 #4
acoder
16,027 Expert Mod 8TB
Threads merged. Please do not double post.
Oct 9 '07 #5
Thank you...it works
Oct 9 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: sonu | last post by:
I want to disable the browser referesh and back button. is there any way in .net for above. Regards Amit
0
by: lacenaepronta | last post by:
HI, I use PEAR::Auth module to login my users. I noticed the lack of the 'remember me' feature (and the method 'setExpire' isn't enough). So I wonder HOW can I extend this package and...
0
by: DLP22192 | last post by:
I have a login page using a master page that contains a search textbox. When I enter the username and password, IE doesn't prompt to save the password. If I remove the search textbox from the...
6
by: Charleees | last post by:
Hi all, I have a Login Page whrere all Functionalities such as validations are Done in Client Side... I have to Implement Remember My Mail Id and PAss Word Functionality also in Client side.....
4
by: sweetguy1only | last post by:
Hi all, I am a MS Access developer. I develop MS Access application that would allow my clients to key in their customer information. The Access application only contains a run-time version of...
6
by: me2tech | last post by:
Please let me know how to disable back button in Browser
1
by: mukeshrasm | last post by:
Hello I want to use the feature of Remember Me( User Name and Password) when Login to the form. How can I do that? Thanks!
1
by: vickygoelk | last post by:
Hey my question is how we disable the firefox drag feature using javascripts?. if it possible then please solve this problem. Thanks, vivek Kumar
2
by: NitinSawant | last post by:
Hi, How to enable USB drive disabled on windows pc? how to disable bios password?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.