Monday, June 22, 2009

how to not remember text in html text input field

try this attribute:

autocomplete="off"

e.g.

<input type="text" name="username" autocomplete="off" />

0 comments:

Post a Comment