Peringatan JS dengan beberapa tombol

var r=confirm("hello world");
if (r==true)
  {
  x="OK";
  }
 else
  {
  x="Cancel!";
  }
vagg