All you need to do is
<script><!--
history.go(-1);
//--></script>
However, how about passing the previous page's url in a hidden field in your form? This would unfortunately mean adding a line to all the pages on your site, but it has the advantage that you could do all the redirection stuff...