iframe子页面让父页面跳转 parent.location.href

if ($roleNum < 9) {
    echo "";
    die();
}


onclick="parent.location.href='index.php' "

 

转载于:https://www.cnblogs.com/tmdsleep/p/10953923.html

你可能感兴趣的:(iframe子页面让父页面跳转 parent.location.href)