Mega Code Archive

 
Categories / JavaScript Tutorial / HTML Tags
 

Use alert dialog in body onresize event

< html>     <head>         <title>OnResize Example</title>     </head>     <body onresize="alert('Resizing')">     </body> </html>