Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Javascript only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Javascript
Disable the 'remember password' feature of browser
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
AMT India
New Member
Join Date:
Feb 2007
Posts:
64
#1
Disable the 'remember password' feature of browser
Oct 5 '07, 10:10 AM
How can I disable the password remembering feature of Browser (Both IE and Firefox) using JS ?
Logician
New Member
Join Date:
Feb 2007
Posts:
210
#2
Oct 5 '07, 11:36 AM
Originally posted by
AMT India
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.
Comment
Post
Cancel
pbmods
Recognized Expert
Expert
Join Date:
Apr 2007
Posts:
5821
#3
Oct 5 '07, 10:17 PM
Heya, AMT.
You can try adding autocomplete="o ff" to your inputs:
[code=html]
<input ... autocomplete="o ff" />
[/code]
Alternatively, add this code somewhere on your page:
[code=javascript]
document.getEle mentById('usern ameOrWhatever') .setAttribute( 'autocomplete', 'off' );
[/code]
Comment
Post
Cancel
AMT India
New Member
Join Date:
Feb 2007
Posts:
64
#4
Oct 9 '07, 06:27 AM
Disable the 'remember password' feature of browser
How can we disable the 'remember password' feature of browser (IE and Firefox) using JS?
Comment
Post
Cancel
acoder
Recognized Expert
MVP
Join Date:
Nov 2006
Posts:
16032
#5
Oct 9 '07, 12:12 PM
Threads merged. Please do not double post.
Comment
Post
Cancel
AMT India
New Member
Join Date:
Feb 2007
Posts:
64
#6
Oct 9 '07, 01:19 PM
Thank you...it works
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment