Open arikurniawans opened 3 years ago
How to make direct page after alert notify running, this my code window.createNotification({ closeOnClick: true, displayCloseButton: true, positionClass: 'nfc-top-right', showDuration: 3000, theme: 'warning' })({ title: 'Oops...', message: 'Username Wajib Diisi !' }) .then (function() { window.location.href = "page.html"; });
How to make direct page after alert notify running, this my code window.createNotification({ closeOnClick: true, displayCloseButton: true, positionClass: 'nfc-top-right', showDuration: 3000, theme: 'warning' })({ title: 'Oops...', message: 'Username Wajib Diisi !' }) .then (function() { window.location.href = "page.html"; });