###Simply jQuery, how to back to last page.
1234
$('a#back').click(function(){ parent.history.back(); return false;})