can i change the captions of 'ok' and 'cancel' buttons of window.confrim message in javascript?
-
hi, i am new in javascript. i want to change the caption of ok and cancel button of confirm message to yes no is it possible? if not please tell me another function through which i can do that....
-
hi, i am new in javascript. i want to change the caption of ok and cancel button of confirm message to yes no is it possible? if not please tell me another function through which i can do that....
-
hi, i am new in javascript. i want to change the caption of ok and cancel button of confirm message to yes no is it possible? if not please tell me another function through which i can do that....
You can use Asp.Net Ajax Modal popup or any other model popup control for your purpose. Unfortunately, with javascript confirm you cannot achieve "Yes" and "No" instead of "Ok" and "Cancel".
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
-
You can use Asp.Net Ajax Modal popup or any other model popup control for your purpose. Unfortunately, with javascript confirm you cannot achieve "Yes" and "No" instead of "Ok" and "Cancel".
Anurag Gandhi. http://www.gandhisoft.com Life is a computer program and every one is the programmer of his own life.
ok thanks for the information...