473,407 Members | 2,676 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,407 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 16934
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.