When using the Javascript CONFIRM() function the buttons labeled are OK and CANCEL.
Is there any way to change these labels, or is there a way of creating a similar function so I can label the buttons in the way I want?
Peter
Printable View
When using the Javascript CONFIRM() function the buttons labeled are OK and CANCEL.
Is there any way to change these labels, or is there a way of creating a similar function so I can label the buttons in the way I want?
Peter
I don't think there is - as this is up to the browser, not really even javascript.
What you can do is create the appearance of a confirmation dialog, using HTML and CSS and lots of JavaScript. This will fail miserably if conditions are not ideal (blind users as an example).