Opening a new window from a page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello every body Could you please tell me how to open a new window from a page instead of redirect it with Response.Redirect or Server.Transfer? Thanks
-
Hello every body Could you please tell me how to open a new window from a page instead of redirect it with Response.Redirect or Server.Transfer? Thanks
u can use the javascript window.open coolsweety