[JavaScript] Ok/Abbrechen – Dialog

if (window.confirm("Ok oder Abbrechen?"))
{
  // Ok
}
else
{
  // Abbrechen
};