Sometimes we do need the link/button on the Iframe page update the parent page. Here is how to do it.
If the link is used, make the target property "_top".
If the button is used, in the code-behind, do this:
Response.Write("<" + "script>" + "window.open('http://webpage_address','_top');<" + (char)47 + "script>");
No comments:
Post a Comment