2011-03-22 95 views

回答

9
window.parent.location.href = 'somePage.html'; 

或鏈接:

<a href="#" onclick="window.parent.location.href = 'somePage.html';">link</a> 
0

以下JavaScript代碼爲我工作

window.parent.location = 'somepage.html';