function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IlyesIlyes 

This page contains secure and nonsecure items

In my s-control i load javascript from other domain
<script src="http://mydomain.com/script.js" ></script>
it works correctly, but before show this page IE shows message "This page contains secure and nonsecure items". If change "http" to "https" IE  will not show this message, but will not load this script.
What i need to do, to fix this problem?
Thanks!
Ron HessRon Hess
somewhere in the options / advanced of internet explorer you can turn off this warning, it is controlled by the browser.

you alternative is to load that JS src file up into a snippet on the salesforce server, then the domain is the same.
IlyesIlyes
Thank you, Ron. Could you give me a link where described how to to load my scripts to salesforce
Ron HessRon Hess
from your developer edition, you shoudl find the setup link, from there look for build link , then you can create a custom scontrol, and there is online help , and lot of docs to read on the ADN website