hungnguyen
Programmer
Hi All!!
I have a question. I am using the confirm function as
if(confirm(msg_1))
{
do something
}
else
{
do other thing
}
but when I run the message box have two button <OK> and <CANCEL>, and I do not want to use them. Instade of that, I would like to use <YES> or <NO>. Ho can I chance the button name???
Thanks for your help.
bye
I have a question. I am using the confirm function as
if(confirm(msg_1))
{
do something
}
else
{
do other thing
}
but when I run the message box have two button <OK> and <CANCEL>, and I do not want to use them. Instade of that, I would like to use <YES> or <NO>. Ho can I chance the button name???
Thanks for your help.
bye