JamieLivingstone / styled-notifications

A simple JavaScript notification library.
Other
18 stars 10 forks source link

Direct page #7

Open arikurniawans opened 3 years ago

arikurniawans commented 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"; });