Click here to Skip to main content
16,017,881 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
dear friends,


i wanted to show alert mesages using alert box of javascript
so i wanted to show messages in bigger font or bold


please tell me how to do it in javascript
Posted

Response.Write(@"<script language='javascript'>alert('word already added.')</script>");
 
Share this answer
 
Comments
Christian Graus 11-Aug-11 3:21am    
Does not help - he wants it styled.
Three[^] seconds with google.
 
Share this answer
 
Comments
BobJanova 24-Jun-11 6:26am    
Good link.

Of course it is nota true 'alert box' in that it is non modal and if the user is not looking at that tab, he'll never see it.
Christian Graus 11-Aug-11 3:21am    
But there's no way for an alert to be styled, so this is the only option.

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