How to reload Main Page from within an iFrame

后端 未结 7 6535
死守一世寂寞
死守一世寂寞 2020-12-04 13:54

Within my scenario, I have a button within an iframe section of my page that performs some database processing.

What I need is a means of performing a page refresh o

7条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 14:35

    If you code Page with aspx C# you can view code:

    ClientScript.RegisterStartupScript(this.GetType(), "LoadParent", "");
    

提交回复
热议问题