1 file=file.replace(/ /g,"<br>"); //回车换行显示 2 file=file.replace(/ /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();
如果想在点击链接是每点击一下就弹出一个弹框,可将上述代码中
OpenWindow=window.open("", "newwin", "height=600, width=1000,top=150 ,left=220 ,
scrollbars=yes, resizable=yes, toolbar=no, menubar=no");
name属性即 newwin 去掉即可