<html> <head> <script language="JavaScript"> function display(stuff) { window.status = stuff; return true; } </script> </head> <body onLoad="return display('This text doesn\'t move!')"> </body> </html>
<html> <head> <script language="JavaScript"> function display(stuff) { window.status = stuff; return true; } </script> </head>
<body onLoad="return display('This text doesn\'t move!')"> </body> </html>