Mega Code Archive

 
Categories / JavaScript Tutorial / Window
 

Window onMove

The onMove event handler is fired when the window it is referenced in is moved. <html>     <body onMove='alert("Do NOT move this window!")'> </html>