BrowserScript - Confirm message
Hi all,
We have a requirement, where we need to show a confirm message to the user on click of a Button(Custom Method). Based on the response, we need to take the customer to different views.
This we will achieve it via Browser Script. The only issue here is, the customer want Yes or No button instead on Ok or Cancel.
We are using Confirm method in other places as well and there it should be 'Ok' or 'Cancel' and only in one button, it should be 'Yes' or 'No'
Is there anyway to achieve this via Browser or Server Scripts?