J
JezB
What's wrong with this c# code ?
Response.Write("<script language=\"javascript\">");
Response.Write("window.open('WebForm1.aspx','TEST PAGE','width=400');");
Response.Write("</script>");
I keep getting "Invalid Argument" errors (when I expand on the warning icon
created by the above on the bottom left of IE). The target aspx file does
exist.
Response.Write("<script language=\"javascript\">");
Response.Write("window.open('WebForm1.aspx','TEST PAGE','width=400');");
Response.Write("</script>");
I keep getting "Invalid Argument" errors (when I expand on the warning icon
created by the above on the bottom left of IE). The target aspx file does
exist.