View Full Version : Confirm Dialog Box
wassim
May 8th, 2001, 10:13
Anyone knows how to change the "Ok" and "Cancel" buttons of a Javascript Confirm Dialog box to "Yes" and "No"?
Are there any other methods where I can use such buttons?
Thanks
Wassim
ashben
May 8th, 2001, 12:19
I don't think you can do that using JavaScript.
bigperm
May 8th, 2001, 12:37
I suppose you could make a window that looked like one of those boxes, and have buttons that say whatever you want them to say. Have some javascript to pop it up.
gyrbo
May 8th, 2001, 13:08
I think it is something like ask('Question?'); or confirm('...'); You could check some resources ( http://www.webmonkey.com ).
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.