Can I get rid of the alert box title? | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
0

Can I get rid of the alert box title?

I opened the html file with Firefox (on my phone), and it has this annoying title. Is there a way I can to get rid of it or hide it? I both didn't declare any attribute for the script and declared the type, and in both instances the title is still there. Is there any other function aside from the alert box that displays a pop-up message maybe?

31st May 2020, 3:55 PM
μεοω
μεοω - avatar
2 odpowiedzi
+ 1
You can't change the alert box title because it is a security feature. But you can use the custom alert box for your website using jquery. https://labs.abeautifulsite.net/archived/jquery-alerts/demo/ Also check this. https://www.tutorialspoint.com/How-to-edit-a-JavaScript-alert-box-title
31st May 2020, 4:19 PM
Maninder $ingh
Maninder $ingh - avatar
0
Amazing, thank you so much
31st May 2020, 4:33 PM
μεοω
μεοω - avatar