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

ie6上报Internet Explorer cannot open the Internet site 异常

2012-09-10 
ie6下报Internet Explorer cannot open the Internet site 错误ie6出现 Internet Explorer cannot open th

ie6下报Internet Explorer cannot open the Internet site 错误

ie6出现 Internet Explorer cannot open the Internet site 错误。页面中含有<base href="<%=basePath%>">?,删除这句话,测试,成功!原因这是设置基础路径的,basepath为变量,简单的静态网页的话你设置比如:<base href="http://www.baidu.com">,那你下面的href属性就会以你上面设的为基准,如:<a href="http://www.baidu.com/xxx.jsp"></a>你现在就只需要写<a href="xxx.jsp"></a>

热点排行