js弹框显示全部内容
Posted xiaoyue1606bj
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了js弹框显示全部内容相关的知识,希望对你有一定的参考价值。
1 file=file.replace(/\r\n/g,"<br>"); //回车换行显示 2 file=file.replace(/\n/g,"<br>"); 3 OpenWindow=window.open("", "newwin", "height=600, width=1000,top=150 ,left=220 ,scrollbars=yes,
resizable=yes, toolbar=no, menubar=no");//弹框显示在显示屏中央 4 OpenWindow.document.write(file); 5 OpenWindow.document.close();
以上是关于js弹框显示全部内容的主要内容,如果未能解决你的问题,请参考以下文章