Is there any way to manipulate Chrome settings with the help of JavaScript or jQuery? I want to disable the save password pop-up bubble using JavaScript. How to do
use Ajax
$.post("process.php", { user: txtuser, pass: txtpass }, function(data) { //alert(data); async: true //blocks window close //location.reload(); //OR //window.location.href = "your link"; });