首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > JavaScript >

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

2012-09-19 
JS的location.href 跳出框架打开新页面?script languagejavascriptwindow.top.location.hreflog.ht

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

?

<script language="javascript">

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

</script>

?

?

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

热点排行