Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to customise the Alert box through out my application.
I want to display different messages instead "Microsoft Internet Explorer" as alert box heading.
Can we change the header ?? If yes Can anyone help how to do this ??
Posted
Updated 3-Oct-11 21:20pm
v2

 
Share this answer
 
v2
You can't customise the alert() dialog, so you'll have to roll your own, or rather use someone else's :) I always find the stuff built on top of jquery to be a great alternative:

http://docs.jquery.com/UI/Dialog[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900