Stop browser from filling textboxes with details

  <input type="text" name="Username" autocomplete="off">

You can also put this on the form tag. Note this does not work consistently in all browsers.

Leave a Comment