IE Submit() AutoComplete

Another subtle IE problem - when using javascript to invoke the submit() method of a form, AutoComplete form data is lost. But thank goodness there is a decent fix for this one, provided we pull some CSS and DOM tricks out of our hat.

Broken Example

Fixed Example