1 <html> 2 <body> 3 <script> 4 document.body.offsetWidth; 5 setTimeout("window.history.back();", 0); 6 </script> 7 </body> 8 </html> 9