Click here to Skip to main content
15,889,315 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
hi,

i got below error in IE browser only:

DO you want to view only the webpage content that was delivered securely?
this web page contains content that will not be delivered using a secure HTTPS connection, which could compromise the security of the entire webpage.

if i press yes then my jquery textbox for DATE will not work and if press no then everything is ok.

thanks,
kk
Posted

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
 
Share this answer
 
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.
 
Share this answer
 
Comments
kk2014 24-Sep-12 1:41am    
hi ProgramFOX,

thanks for the reply. ya you are right. i checked my jquery file link. it doesn't contain https://. it is http:// only.

so, i downloaded that .js file and save in project folder and give path name of project. it is working fine....

thanks,
kk

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900