<call_script> | ![]() |
| Syntax | |
| Example | |
| Element: call_script | |
| Parent: function
Description: Declaration of a call_script function object which is used to call a script function which is part of the current HTML resource. Occurs: 0 or unbound. (i. e Within the <function> element the <call_script> element can occur zero or many times.) | |
| Attribute: AM_function_id | |
| Description: Unique alphanumeric indentifier of this call_script function object.
Value Type: string Value: user defined Occurs: 1 (i.e required) | |
| Element: language | |
| Parent: call_script
Description: Name of the scripting language. Value Type: string (parameter) Value : name. (default) javascript Occurs: 0 or 1 (i.e optional) | |
| Element: function_name | |
| Parent: call_script
Description: The name of the script function to Run. Value Type: string (parameter) Value : function name including brackets e.g lowercase() Occurs: 1 (i.e required) | |
top
