unitpngfix javascript:Void(0) 错误不允许使用 https(安全地)显示页面

发布于 2024-09-29 09:28:34 字数 389 浏览 2 评论 0原文

我对下面的问题有疑问。这个 Javascript:void(0) 阻止我使用 https 安全地显示页面。它到底是什么?我对javascript一无所知。请帮帮我!

多谢!

var clear="js/clear.gif"; //path to clear.gif

document.write('<script type="text/javascript" id="ct" defer="defer" src="javascript:void(0)"><\/script>')

该文件的名称为 js/unitpngfix.js*...我试图查看它是否在任何地方使用。是的,它正在被使用,所有使用它的页面都不会显示为 https。在母版页中,是这样使用的

I have a problem with the below one. This Javascript:void(0) is stopping me from showing the page securely with https. What is it actually? I have no idea about javascript. Please help me out!

Thanks alot!

var clear="js/clear.gif"; //path to clear.gif

document.write('<script type="text/javascript" id="ct" defer="defer" src="javascript:void(0)"><\/script>')

This file has the name js/unitpngfix.js*...i tried to see if it is being used anywhere. Yes, it is being used and all the pages that use this will not be shown as https. In the Master page, it was used like this

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

东风软 2024-10-06 09:28:34

如果使用 javascript:void(0),unitpngfix 不允许您安全地显示页面。相反,我从代码中删除了 javascript:void(0) 。

至少我的问题解决了!谢谢你们的宝贵时间!

unitpngfix does not allow you to show pages securely if javascript:void(0) is used. Instead i took off javascript:void(0) off the code.

At least my problem is solved! Thanks for your time guys!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文