Below is the code which generates JavaScript alert in C# .NET page:
Response.Write("<script language=JavaScript> alert('Hi select a valid date'); </script>");
I get an alert box with the heading title as "Message from webpage". Can anyone tell me how I can modify the title?