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

IE中施用window.location时会忽略base href值

2012-09-05 
IE中使用window.location时会忽略base href值IE中使用Window.location时会忽略base href 这样写可以解决:w

IE中使用window.location时会忽略base href值

IE中使用Window.location时会忽略base href值 

这样写可以解决:

window.location = document.getElementsByTagName("base")[0].getAttribute("href")+ "loc";

热点排行