Click here to Skip to main content
15,889,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to change the back ground color of popup window.

This is my script, when i click on submit button a popup window appears.

ScriptManager.RegisterStartupScript(this, this.GetType(), "RunCode", "javascript:alert('Record Added successfully');", true);

for this popup window i want to change the background color or text color to green.

Please can you help me.

Thanks.
Posted
Comments
kk2014 29-Aug-13 7:10am    
you mean you want js pop up background color change?

1 solution

Check this link[^]
 
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