CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Disable Remember Password Feature in Browsers

Print topic Send  topic

Author Message
NewUser

Posts: 6
Posted: 08/08/2014, 6:24 AM

I want to disable the Remember Password Feature in browsers. I have given autocomplete=off in the form. But still iam not able to disable the feature. Pls let me know if there is any other option to disable the functionality.

Thanks
View profile  Send private message
saseow

Posts: 744
Posted: 08/08/2014, 6:44 AM

I thought that would have worked.
Try this as well:

document.getElementById('login_name or whatever you call it').setAttribute( 'autocomplete', 'off' );
View profile  Send private message
NewUser

Posts: 6
Posted: 08/08/2014, 7:12 AM

Thanks for the reply.. tried that too.. but still not working..
View profile  Send private message
MichaelMcDonald

Posts: 640
Posted: 08/11/2014, 3:50 AM

The form might have to be in a div ... this is what I use for clearing fields after a button posts variables...

<script>
document.getElementById("fieldname").innerHTML = "";
</script>

Try it as a standalone or maybe put it in a function and call it in the < body onload="functionname;">

and let us know how it goes.

_________________
Central Coast, NSW, Australia.

View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

PHP Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.