Re: Running javascript functions from inside the body tags
Posted By:
Christopher_Koenigsberg
Posted On:
Monday, May 22, 2006 08:24 PM
If you put a "script" element anywhere in your page, the code in it will execute when the browser processes it, e.g. when the page loads.
Typically people just declare functions in their "script" elements, but you can run/do things too.