<html> <body onload="loaded();"></body> <script> function loaded() { alert('Page is loaded'); } </script> </html>
function codeAddress() { alert('ok'); } window.onload = codeAddress;