Whew!! Did I open a can of worms or what? I actually went with a reg change.

$IE = ReadValue("HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main", "FormSuggest Passwords")
IF $AVIP = "128" AND $IE = "yes"
;$IE = WriteValue('HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main', 'FormSuggest Passwords', 'no', 'REG_SZ')
ENDIF

I don't know if this is correct. It works though. Please let me know if you have any suggestions.

Jural