Opening New Web Page
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello im trying to figure out how to open a web page in a new window with an address that isnt determined untill runtime. i also want to keep this code in the page's .cs file.
Hi, You can use javascript window.open method to do this and also you can write your javascript in the code behind. Go through these links probably they will help you. http://www.codersource.net/asp\_net\_client\_script\_interaction.aspx http://www.javascript-coder.com/window-popup/javascript-window-open.phtml Best Regards, Apurva Kaushal