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" 并不會因為 改變内容的字型 或其他樣式 而影響換行的效果