You cannot set onload function to document.body.onload
|
|
<html> <head> <title>Onload Example</title> <script type="text/javascript"> document.body.onload = function () { alert("loaded"); } </script> </head> <body>
</body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
|