PDA

View Full Version : How to clear the history of a textfield?


pschwar
10-05-03, 06:12 AM
When a user is typing into a textfield, some browsers create a drop down menu with previous words the user has typed in the past. I want to get rid of this.

Can some Javascript fix this and clear the history a textfield??

Thanks!!!!!!!!!

- Phil

siva_sree
11-10-03, 04:38 PM
Hi Phil,

Do like this..

<input type=text name=test autocomplete=off value="testing">

This will work - Siva