How to disable the AutoComplete option
843838Jul 27 2006 — edited Oct 18 2006Hi,
In my Jsp application, whenever I open my Login Page and enter Id and Password, I get a dialog box 'AutoComplete' with follow mesg.
--Do you want Windows to remember this password, so that you
don't have to type it again the next time you visit this page?
--Don't offer to remember any more passwords
My question = How u disable this option at the client browser through your Jsp application, as I don't want to give the user this option.
I know that you can check the -Don't offer option, to avoid.
But, how you implement it by your Jsp app.