Hi all,
I am using https:// on check out page,
In IE it asks the pop-up "This page contains both secure and non secure items with yes/no option"..
Is it any possible way to remove the pop-up.
Please provide some suggestion,guideline to remove the pop up
Thanks in Advance
Secure and Secure items problem
Moderator: General Moderators
Re: Secure and Secure items problem
You probably have javascript, css or image files that are still being called from an unencrypted http connection.
Re: Secure and Secure items problem
I changed the links of all Images,Javascript and CSS to relative path.
And also I view the source from fire bug, It all refer to secure page only,
But still in IE I got the pop-up
And also I view the source from fire bug, It all refer to secure page only,
But still in IE I got the pop-up
Re: Secure and Secure items problem
View the source code for the page and search for http://
Any results?
Can you post a link to the page in question?
Any results?
Can you post a link to the page in question?
Re: Secure and Secure items problem
Usually what I do in your case, when all else fails, is save the file as HTML, remove the javascript from the source, then run the page through https. If you still get the message, remove some more html code and try again until you have removed the right block of code causing the problem.