[thelist] javascript init

Seb Barre sebastien at oven.com
Thu Oct 26 09:22:19 CDT 2000


At 10:58 AM 10/26/2000 +0200, you wrote:
>Hi,
>i've been looking at the source code of some pages for a while. Most pages
>use a init() function when they use javascript. What is it for a function.
>Does it have special features?

Not really.  It's probably just a standard notation for a function that 
sets up some initial parameters on the page.

Check the HTML in the page, most likely you will find in the BODY tag 
something like:  OnLoad="init();" which means that the function gets called 
as soon as the document is finished loading.




--- -- -
Seb Barre - sebastien at oven.com
OVEN Digital Toronto
Work: 416-595-9750 x 222
Mobile: 416-254-5078
http://www.oven.com/





More information about the thelist mailing list