I use an advertisement system (popup) on my website, I have installed ssl certificate on it and all visitors will redirect to https mode, but javascript code doesn't load in https.. This is js code:
<script type="text/javascript">var popupsky_user_id = xxxx;</script>
<script type="text/javascript" src="http://xxxxxxx/website/js"></script>
How can i use this js code on my website? Is it possible? Thanks