我是这么做的:
写了一个函数
public void OpenWindow(string strUrl)
{
Page.RegisterStartupScript("1","<script>window.open('"+strUrl+"','TagetWindow');</script>");
} 但是这样做,每次后退的时候也会弹出该窗口。
现在不知道怎么办,谢谢大家。