Quote:
Originally Posted by TheMilkCarton
From here:
That's a very old post, but I don't see anything wrong with it, off-hand.  I'm sure there are some easier, more modern ways.
And I stand corrected, autocomplete="off" works for IE too.
|
4.0.0 was coded using jQuery, it would take 1 line to disable all autcompletes
Code:
$("input").attr("autocomplete","off");
also if your into JS i would totally recommend jQuery.