Alerta JS com vários botões
var r=confirm("hello world");
if (r==true)
{
x="OK";
}
else
{
x="Cancel!";
}
vagg
var r=confirm("hello world");
if (r==true)
{
x="OK";
}
else
{
x="Cancel!";
}