I need to use a password box on html page. then i used
<input name="pass" type="password"/>
But when i submit the form firefox ask to remember the password. But this password box used in registration form. So i need to create a password box without asking for remember password.

Recommended Answers

All 5 Replies

Why don't you tell Firefox 'Not' to remember?

Yeah I too am thinking this is a browser issue and not a coding one. Although, Im sure if you dug deep enough, you could find a javascript function to prevent passwords from being remembered. DOnt know why you'd want to though, since the whole purpose of that is for users to store their login info so they dont have to keep emailing you for them..lol.

Thanks every one. I got the problem. I did not add the autocomplete tag for the form.
Thanks every one..

Yes sometimes this do happen.Try this code on some browser or some other System i am sure you will not this option.

Please mark this thread as 'Solved'

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.