+ 1
How can you use alert(); to make a yes/no choice in JS?
I want to know how to make an alert with more than one button, so that it doesn’t just let you press “ok” each time. I want to be able to make one that you can press “yes” or “no”, etc.
3 Respostas
+ 1
confirm and prompt...
+ 1
hi Judah Thoreen
check out these videos and links
https://love2dev.com/blog/custom-javascript-alert/
https://www.developphp.com/video/JavaScript/Custom-Alert-Box-Programming-Tutorial
also similar questions have been asked before so next time use the search bar