function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RajusRajus 

Rename Confirm buttons.

Hi All,
I want to rename the confirm box buttons(OK,CANCEL) with 'Yes' and 'NO'.
Is there any way to do it using Javascript.


Thanks,
Raj.
Best Answer chosen by Rajus
dev_sfdc1dev_sfdc1
Hi Rajus,
Try like this:

http://jsfiddle.net/Xtreu/

Thank You