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

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>