AjaxOnLoad()

edit

Causes the specified JavaScript function to run when the page loads. (Requires AJAX extension)

AjaxOnLoad( functionname=any );

Returns: any

Argument Description
functionname
any, optional
edit

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

The specified function does not take a parameter.

Examples

edit

There are currently no examples for this function.

See also