i have website using http protocal, , want embed javascript in website. however, javascript in https format
<script src="https://advertise.com/banner.js"></script>
will cause problem? javascript responsible loading out advertisement. can script load on major browser?
thanks.
it not cause issue. it's legit include secure resources (https) insecure (http) page, browsers refuse if vice-versa.
Comments
Post a Comment