HTML disable input text history

August 7th, 2010

主要防止一些javascript執行(onchange, onclick)的時候,沒有回應
<input type=”text” autocomplete off />
這樣就能取消text box history

HTML , ,