JavaScript
{dialog.object}refreshCaptcha Method
Syntax
{dialog.Object}.refreshCaptcha(name)
Arguments
- namestring
The control that contains the CAPTCHA to refresh.
Description
Refreshes the CAPTHA image for the specified control.
Example
{dialog.object}.refreshCaptcha('TEXTBOX_CAPTCHA');
See Also