Javascript functions:
OnLoad
Code to be called in the OnLoad event of the body. Generally this will be a call to a Javacript function.
OnUnload
Code to be called in the OnUnload event of the body. Generally this will be a call to a Javascript function.
Javascript
The actual Javascript code to be inserted at the end of the body. If you use <script> </script> tags the javascript will be placed in the body of the page
Use this with caution and test it with all major browsers as it can cause your pages to generate errors! |