Back to Scripts page
Click in the text area below, select all and copy to grab the script
Script listing:
<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" onMouseout="window.status='';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" onMouseout="window.status='';return true">my cat</A>.</H2> </BODY> </HTML>