Friday, September 7, 2018

open aspx page to another window

Open Aspx page to another window 


Response.Write("<script> window.open( 'New.aspx','_blank'); </script>");

Response.End();

No comments:

Post a Comment

Data Transfer Java Script using Local Storage

  Page 1: index.html <!DOCTYPE html> <html> <head> <title> Page 1 </title> </head> <body> ...