Forum Moderators: open
In answer to your question, err, no.
You can prevent certain problems with the back button (trapping loops caused by meta tag redirections i.e. you click back which loads the page which redirected you and redirects you again and so on) by using the document.replace method instead of meta refreshes but otherwise (and for good reasons) the history functions are pretty protected.