AjaxOnLoad()

Causes the specified JavaScript function to run when the page loads.

Requires Extension: Ajax Extension

AjaxOnLoad( functionname=any );

Returns: any

Argument Description
functionname
any, optional

The name of the function to run when the page loads.

The specified function does not take a parameter.

Examples

There are currently no examples for this function.

See also