unitpngfix javascript:Void(0) 错误不允许使用 https(安全地)显示页面
我对下面的问题有疑问。这个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果使用 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!