In IE5.5 or IE6:

Use:

code:
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","FormSuggest Passwords","no","REG_SZ")
WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main","FormSuggest PW Ask","no","REG_SZ")

This will turn off the auto-complete on passwords. However, to turn off the password caching altogether, use the previously stated method (in another post).

Brian

[ 13 June 2002, 15:25: Message edited by: BrianTX ]