AjaxOnLoad()
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
editThere are currently no examples for this function.
See also
- Ajax features
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)