I have asp.net page and I have an Iframe inside of the page. In the page that I have inside of the IFrame, I have a link button and the link button will redirect to another page.
Is there a way I could redirect to another page outside of the IFrame (Redirect from the parent page inst开发者_如何学运维ead of inside of the IFrame) ?
Thanks.
Can you modify the "form" to look like below:
<form target="_top" id="form1" action="search.aspx" method="post" name="form1">
精彩评论