BaluReddy Kovvur

BaluReddy Kovvur

  • NA
  • 45
  • 73.8k

Java script confirm with yes or no

Feb 17 2012 12:38 AM
Hi,

 function AssignValueOnCheckboxTick(RouteId, StopNo, totemps, tripid, triptype)
{
       if (document.getElementById(RouteId).checked == true)
{
           if (triptype == 'P' && StopNo == 1)
{
              if ( window.confirm("Do you want to display second employee locality?"))
                {

                  }
         else
             {
             }

}

}
}
my problem is  i want to display yes or no instead of ok cancel .please suggest solution.

Regards,
Balu reddy

Answers (3)