Instead, you need to write javascript to the page that opens the window after the page is posted back, which of course will result in a popup and may get blocked depending on how you do it. I think it will work if you put your javascript to the page using the Page.RegisterStartupScript() method.
|