What is the secret to stopping a browser from displaying a history when you cursor-down (or double-click) in a form input text field?
Of the forms I have seen that accomplish this, such as forms for logging in to administrator control panels and bank websites etc. the input text field looks perfectly normal in source. No javascripts, nothing out of the ordinary.
I can generate a random field name in PHP and store that name in a hidden field in the form but there has to be a "standard" way of accomplishing this.
Any help is greatly appreciated...