Gecko-based browsers support a tag attribute called "autocomplete". So in your <form>
tag you would put <form autocomplete="off">
.
More here: https://developer.mozilla.org/en/How_to_Turn_Off_form_Autocompletion
Some other browsers have support for this as well. I believe IE will honor this.