且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

IE中的安全警告错误

更新时间:2022-05-28 01:38:02

好,我得到了解决方案....

在Google花了一些时间后,我发现以下链接:

^ ]

但是,如果您正在开发网站,则不能指望访客会这样做.***解决问题的原因,以便在IE 8中默认情况下不显示警告.因此,除此之外还有其他解决方案吗?

谢谢,
krunal
ok i got the solution....

after spending few time on google i found below link:

http://blog.httpwatch.com/2009/04/23/fixing-the-ie-8-warning-do-you-want-to-view-only-the-webpage-content-that-was-delivered-securely/[^]

However, if you are developing a web site you can’t expect your visitors to do this. It is better to fix the cause of the problem so that the warning is not displayed by default in IE 8. so is there any other solution apart from this?

thank,
krunal


如果按OK,IE将阻止所有没有https://引用的元素,因为
没有https://引用的元素可能不安全.
因此,我认为您的jQuery文本框没有https://引用.
If you press OK, IE will block all elements without https:// reference, because
the elements without https:// reference COULD be unsafe.
So, I think your jQuery textbox doesn''t have a https:// reference.