<html> <head> <script language="JavaScript"> function function1() { alert("<a> element will receive focus upon accepting this message") } </script> </head> <body> <a id="myL" href="http://www.java2java.com/" target=_blank onfocusin="function1()"> www.java2java.com </a> </body> </html>