How to run a function when the page is loaded?

window.onload = codeAddress; should work – here’s a demo, and the full code: <!DOCTYPE html> <html> <head> <title>Test</title> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <script type=”text/javascript”> function codeAddress() { alert(‘ok’); } window.onload = codeAddress; </script> </head> <body> </body> </html> <!DOCTYPE html> <html> <head> <title>Test</title> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <script type=”text/javascript”> function codeAddress() { alert(‘ok’); } … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)