Open Aspx page to another window
Response.Write("<script> window.open( 'New.aspx','_blank'); </script>");
Response.End();
Response.Write("<script> window.open( 'New.aspx','_blank'); </script>");
Response.End();
JavaScript getElementById() with HTML Control – Simple Example with Result What is getElementById() ? getElementById() is a JavaScript...
No comments:
Post a Comment