2013-04-26 74 views
0

所以,刷新整個頁面之後點擊/提交到iframe

<?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?> 

我想這刷新頁面的iframe裏面,刷新 OR 重定向頁。我怎樣才能做到這一點? 謝謝!

回答

0
function iframe1_onload(ctrl) { 

OnExecute(button1) 

} 

然後做

function button1_onclick { 

}