On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

FormAPI init function

While going through the TeamSite userscript examples I noticed that the init() call was performed at the bottom of all the scripts. I’ve used this call at the top of the script without any problems. Is there any technical reason why the call should be at the bottom or is it just developer preference?

// Call the initialization routine on load.
init();

TS 5.5.2 SP1
Win 2K