【问题标题】:refresh whole page after clicking/submitting into an iframe单击/提交到 iframe 后刷新整个页面
【发布时间】:2013-04-20 16:54:37
【问题描述】:

所以,

<?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>
<iframe width="920px" height="500px" style="border-radius: 5px; border: 1px solid #cfcfcf;" src="http://thc-cup.ucoz.com/content/uID-already.htm" onclick="refreshIframe();"></iframe>
<?endif?><?endif?><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><?else?>
<iframe width="920px" height="500px" style="border-radius: 5px; border: 1px solid #cfcfcf;" src="http://login.uid.me/?site=dinterncup-thc&ref=http://interncup-thc.ucoz.com/" onclick="refreshIframe();"></iframe>
<?endif?><?endif?>

我希望 AFTER 刷新 iframe 内的页面,以 refresh重定向 整个 页面.我怎样才能做到这一点? 谢谢!

【问题讨论】:

    标签: html css redirect iframe refresh


    【解决方案1】:
    function iframe1_onload(ctrl) {
    
    OnExecute(button1)
    
    }
    

    然后做

    function button1_onclick {
    
    }
    

    【讨论】:

      猜你喜欢
      • 2015-05-22
      • 2012-05-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-25
      • 1970-01-01
      相关资源
      最近更新 更多