|
| |
Replace() Function
String Replace. 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.
See Also:
|