Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php <;a href>;在windows和linux服务器中显示不同的消息_Php_Html_Alert - Fatal编程技术网

Php <;a href>;在windows和linux服务器中显示不同的消息

Php <;a href>;在windows和linux服务器中显示不同的消息,php,html,alert,Php,Html,Alert,我正在使用 <a href=" <?=base_url(); ?>index.php/admins/candidate/inactive/<?=$list['candidateid']; ?>" onclick="return confirm('Are you sure you want to inactive this candidate ?');"><img src='/images/inactive.png'> </a> 用

我正在使用

<a href=" <?=base_url(); ?>index.php/admins/candidate/inactive/<?=$list['candidateid']; ?>" onclick="return confirm('Are you sure you want to inactive this candidate ?');"><img src='/images/inactive.png'> </a>

用于“我的项目”中的删除/取消激活确认消息

当我在本地系统中运行时,当我单击“停用”链接时,我会看到下面的消息

当我将应用程序部署到linux生产服务器时,我得到下面的消息。请看下图

但在生产服务器中,它显示“www.xyz.xom上的页面显示:”。为什么会这样


请帮助,我只想显示消息,而不是上面的“页面位于…”文本。

这是一个安全/反钓鱼功能


你可以试试看,这是无法操纵的。。。这是一个浏览器问题。。所有浏览器都有自己的警告框显示方式。