Hi,
Internet Explorer 6 is giving me this warning when I create an accordion in a secure page (HTTPS): “This page contains both secure and nonsecure items. Do you want to display the nonsecure items?”
The following line is the one that generates the problem:
var dhxAccord = new dhtmlXAccordion(“accordObj”, “dhx_blue”);
Is it possible to remove this warning?
Thanks!