Is there any way to change style of text, format the text inside a Javascript Alert box. e.g. changing its colour, making it bold, etc.?
Also, if there an Alert avalaible with a 'Yes', 'No' button instead of an 'OK'/'Cancel' one?
No, I'm afraid that is not possible.
With JavaScript, you are limited to only 3 popup boxes: alert
, prompt
and confirm
.
If you want to make a more featured popup, you should try using one of the many that exist written in JavaScript, which are built from JavaScript Libraries, such as this
The best you can do for formatting is the new line character \n
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With