+ 1
How can I make a notification in js??
2 Answers
+ 3
As they said, I'd go with the Notification API if it were myself. It works really well. However, if I recall correctly (it's been awhile), it isn't supported across all browsers, so keep that in mind.
0
Maybe you mean the alert ("..."); function? That will create a popup. Not sure if that answers your question though...