Friday, May 7, 2010

To Remove Suggestions for a textbox

Removing the suggestions or disable the autocompletion of a textbox. We need to add the tag in the textbox as shown below.

<input type='text' name='txtbox' autocomplete='off'>

or can be added in the form tag

<form autocomplete='off'>

No comments: