ReplaceAll() Function
Replaces all occurences of a specified string in a control's value, by a new string. Syntax:
Parameters:
id - Specifies the control whose value is to be replaced. old - old string to replace new - new string to replace with
Remarks:
- The string replace is not case sensitive.
- Changing a control's value though this function will fire the onchange trigger.
Compatibility:
Requires ToolbarBrowser version 2.3.3 or later.
See Also:
|