Hi,
Is there any way to make a confirm box have different labels on its buttons other than OK or Cancel. I'm using IE on Windows and I would like the options to read "yes" or "no".
Thanks.
A javascript confirm box? The answer is no. However, since you've stated that you're using IE, you could code your own confirm box using the showModalDialog method. This option is IE only, however you will have more flexibility by being able to change colors, add links, etc. to your box. A google search for "javascript showModalDialog" should get you started in the right direction.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.