How do you disable browser Autocomplete on web form field / input tag? How do you disable autocomplete in the major browsers for a specific input (or form field)? Answer: Firefox 30 ignores autocomplete="off" for passwords, opting to prompt the user instead whether the password should be stored on the client. Note the following commentary from May 5, 2014: The password manager always prompts if it wants to save a password. Passwords are not saved without permission from the user. We are the third browser to implement this change, after IE and

How to logout my application when I closed the window? In my chat application i am having the logout button and it works fine. Now I need to logout the application when I closed the browser window also..How can I achieve this... How to logout my application when I closed the window