从iframe转到父历史记录

时间:2015-04-18 14:12:22

标签: javascript jquery

如果在iframe内部并点击按钮,是否可以返回父历史记录(父网页的历史记录)?

来自iframe:

$('#back').click(function(){
    parent.history.back(); // leave the iframe and go back to the perant history
});

0 个答案:

没有答案