JS的location.href 跳出框架打开新页面
?
<script language="javascript">
window.top.location.href='log.html';
</script>
<a href="log.html" ?target="_top">log</a>