jsp页面中加入 <base href="<%=basePath %>"/>
ie6下肯定会显示 该站点无法打开的错误

解决办法:
    <base href="<%=basePath %>"></base>

相关文章: