Update:
I have discovered a problem with this method (and the original method as well) when your page contains password input types. The problem is here:
oldBodyText = document.body.innerHTML;
Internet Explorer apparently will not include the value attribute of an input with type=”password” when it gets document.body.innerHTML. Thus, if you have a password field on […]



