+ 1
How can I change the alert title in JavaScript?
2 odpowiedzi
+ 4
I'm afraid that's not possible, alert, prompt dialog are system dialogs, and web code has no access on that area. You might wanna search for custom dialog libraries instead, sweet alert may work, go and search for that 👍