<html> <head> <script language="JavaScript"> function function1() { alert("The java2s.com home page will open"); window.open("http://www.java2java.com","","") } </script> </head> <body contenteditable=true> <a href="http://www.java2java.com" onselectstart="function1()"> java2s.com </a> </body> <html>