This plugin for jQuery blocks browsers questions, if they can save a password. It prevents also loading the passwords from the browser's memory.
a) add plugin code to your page:
<script type="text/javascript" src="{YOUR_DIRECTORY}/jquery.safePassword.js" />
b) connect the plugin to one or more forms, for example:
$('form').safePassword();