仅使用chrome编码的文件

时间:2016-10-24 07:04:01

标签: javascript php popup

我有不同的链接,可以在弹出窗口中打开另一个页面。弹出功能就是这样。

function popUp(URL) { 
eval("lesson = window.open(URL, 'lesson', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=600,left = 250,top = 50');");
}

当链接打开时,它在mozilla中工作正常。当在chrome中打开链接时,它给出了以下内容 enter image description here

文件名有空格。我不会因为这个空间而发生这种情况,因为我无法重命名或将文件上传到该服务器

0 个答案:

没有答案