How can I change the title of the alert box in java Script?
Asked
Active
Viewed 5,400 times
2 Answers
0
Are you looking for a dialog box? Try http://jqueryui.com/dialog/

Sudipta Chatterjee
- 4,592
- 1
- 27
- 30
0
This is not possible due to security reasons.
If you wish to have custom titled message boxes, try jQuery UI (http://jqueryui.com)
(Similar question: How to edit a JavaScript alert box title?)