<html> <head> <script language="JavaScript"> function function1() { alert('The '+event.type+' event fired') } </script> </head> <body> <a id="myL" href="" contenteditable=true onresizestart="function1()"> <img src="http://www.java2java.com/style/logo.png" alt="www.java2java.com" width="79" height="99"> </a> </body> </html>