<html> <head> <script type="text/javascript"> function load() { window.status="Page is loaded" } </script> </head><body onload="load()"> </body></html>