I want to change the names of Ok
开发者_开发知识库and Cancel
in Confirm Dialog box to Yes
and No
.
Use Jquery Dialog.
its litte hard when you start learning JQuery but believe me After some time you will love it..
http://jqueryui.com/demos/dialog/
This is defined by the browser, and not doable by using the default confirm() dialog.
You could create your own dialog box, possibly using a framework such as jQuery and jQuery UI.
精彩评论