Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
regex9
1 year ago

For a timer functionality, you can setInterval– Use function. A dialog window can be used in the browser with alertOpen function.

setInterval(() => alert("Some message"), 5000);

For more detailed documentation of these functions, please refer to MDN.

The script should be in an HTML document embeddedwhich you can then open in a web browser.