I am using Jquery Rich Text Editor (RTE) in a page accessed through HTTPS in IE6 browser. When the RTE loads I get a mixed-content warning saying:
'This page contains both secure and non secure items. Do you want to display the non secure item ?'
This is probably happening because jquery while creating the RTE creates IFRAMES which have no 'src' attribute defined. This is making IE 6 produce this mix-content warning message.
Can anyone let me know a work around so that this mix-content warning message is not produced?
Thanks