日期:2014-05-16  浏览次数:20329 次

JS的location.href 跳出框架打开新页面

?

<script language="javascript">

window.top.location.href='log.html';

</script>

?

?

<a href="log.html" ?target="_top">log</a>