| Author |
How to display Alert Messages in Bold
|
Ameya Thakur
Ranch Hand
Joined: Feb 04, 2004
Posts: 43
|
|
Hello Everyone, I want the alert message which i give using javascript to be bold I tried with using alert("<b>Hello</b>"); which is not working so is ther any ways in which we could make "Hello" bold Thanks a lot in advance -Ameya
|
 |
Anirvan Majumdar
Ranch Hand
Joined: Feb 22, 2005
Posts: 261
|
|
You can't utilize HTML formatting when displaying alert boxes. At most, I think you can only utilize simple escape sequences to alter the manner in which the text string is rendered within the alert box. If you really need to customize your alert messages then you can go for some DHTML effects which simulate the behaviour of a modal window. You can find a nice implementation here
|
 |
 |
|
|
subject: How to display Alert Messages in Bold
|
|
|