.... <body onload="test();"> <script language="JavaScript"> function test() { alert('yo'); } </script> .....