Thursday, May 12, 2011

Displaying pop-up box

System.Web.HttpContext.Current.Response.Write("<SCRIPT LANGUAGE=""JavaScript"">" & vbCrLf)
 System.Web.HttpContext.Current.Response.Write("alert(""" & msg & """)" & vbCrLf)
 System.Web.HttpContext.Current.Response.Write("</SCRIPT>")

No comments:

Post a Comment