I have some code that uses confirm() to prompt the user to answer a Yes or No question.
Unfortunately, my client absolutely insists that the buttons must say "Yes" and "No" instead of "OK" and "Cancel".
Even more unfortunately, I absolutely cannot use jQuery as this is a very large project and I work for a very large company and including jQuery would require full regression testing.
What's the best way to go about this? Links or code samples would be greatly appreciated!