Click to See Complete Forum and Search --> : Open PopUp


dewoul
February 2nd, 2007, 10:03 AM
Hi All,
from an Page1.aspx i want to open Page2.aspx page in another window of browser. How can i do this in c#? Thanks

mcmcom
February 2nd, 2007, 12:49 PM
use javascript
window.open();

heres an example of how to do it.

http://www.aspnetresources.com/blog/accessible_popups.aspx

hth,
mcm