how can i change the title of my alert in javascript.IS it possible,if yes then how[
change title of alert in JavaScript
Collapse
X
-
this is not possible (using javascript's built in alert-method always creates the same dialog) - but you can create your own message-box like this: http://www.bookofzeus.com/articles/css-message-boxes/ ones
Comment