Back to Scripts page
Click in the box below, select all and copy to grab the script
<HTML> <HEAD> <TITLE>Meaningful links</TITLE> </HEAD> <BODY BGCOLOR=WHITE> <H1>Welcome to my page</H1> <H2> Click here to find out more about <a href="sean.html" onMouseOver="window.status='Best kid in the world';return true">my son</a>, or here to find out more about <a href="cat.html" onMouseOver="window.status='A very cute cat';return true">my cat</a>. </H2> </BODY> </HTML>