are you using simply history.go(-1); to go back one step for completing the missing values?? if so, then are you using Netscape? and if yes, then please o make sure your page doesnt have the META tags that says, Expire-Now, netscape doesnt let it go back in history, and re-loads it all. But there is a way around that too.
if you are using OnClick="JavaScript:history.go(-1);" to go back, just add return false; to it too, like:
OnClick="JavaScript:history.go(-1); return false;"
that will work fine in both browsers.
goodluck,