Click here to Skip to main content
15,913,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all
I am working with javascript code during that i need alert which is easy but i have to change the alert button text like okey,click.
Anybody can help me.
Posted

1 solution

Are you looking at "Confirm" kind of functionality then it is as simple as writing "return Confirm('Your Confirmation Message')" against the event in markup.
But if you are looking for something more customizable (to your needs) then may be you should look at ConfirmButton Extender from Ajax Control Toolkit or go through this CP article.
 
Share this answer
 
v2
Comments
Sachin__Sharma 21-Jun-11 1:52am    
thanks for support
dear i dont want ajax i just want "Confirm" kind of functionality" i want to change the text of alert box button.

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