How can I change the title message of an alert box in JavaScript?
Asked
Active
Viewed 5,056 times
4 Answers
5
This can not be done using javascript. But this can be done using jQuery. May be this url can help u.
http://labs.abeautifulsite.net/projects/js/jquery/alerts/demo/

Durga Dutt
- 4,093
- 11
- 33
- 48
3
This cannot be done. The title is browser dependent and you have no control over it. On the other hand you could implement your own alert box using divs and customize it as you like. Here's an example using the jquery dialog plugin.

Darin Dimitrov
- 1,023,142
- 271
- 3,287
- 2,928
1
I am pretty sure this is outside of your control and can not be changed

Anthony Greco
- 2,885
- 4
- 27
- 39
1
This earlier question has some good suggestions in the answers : how-to-edit-a-javascript-alert-box-title