body onload event
|
|
<html> <head> <title>body onload event</title> <script type="text/javascript" language="javascript"> <!-- // function Calculate(){
document.write("AAA"); } // --> </script> </head> <body onload="Calculate()">
</body> </html>
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
|