1 2 3 4 5
<html> <body onload="setTimeout('window.history.go(-1)', 1000);"> window.history.go(-1); </body> </html>