1 <html> 2 <body onUnload="document.myForm.submit()"> 3 <a href="" onClick="location.href=location.href; return false;">Click here and see if Safari crashes.</a> 4 <p>Still with me? Now close the window and see if Safari crashes.</p> 5 <form name="myForm"> 6 </form> 7 </body> 8 <html> 9 10