1.要重新打开个IE的设置是<a href="链接地址" target="_blank" rel="external nofollow" target='_blank'>鼠标点击的内容</a>
2.通过通过οnclick=‘openwin()’方法重新打开ie的方法:
function openWin(url,title,height,width){
var left=(screen.width-width)/2;
var top=(screen.height-height)/2-30;
window.open("<%= request.getContextPath()%>"+url, title, "height="+height+", width="+width+", top="+top+", left="+left+", toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
}
3.页面内容自动换行的样式style="white-space:normal;word-break:break-all;line-height: 1.4" 并不会因为 改变内容的字体 或其他样式 而影响换行的效果