Forum Moderators: open

Message Too Old, No Replies

JavaScript HTTPS and IE = Security warning why?

IE dosent like me to use this code..

         

ezyid

9:04 am on Jan 13, 2007 (gmt 0)

10+ Year Member



Hello all,
The following code is giving me issues. IE sees it as insecure eventhough it is!

What do I have to set to stop the security dialog box from appearing?

Heres the code:
<script id="pap_x2s6df8d" src="../affiliate/scripts/sale.js" type="text/javascript"></script>
<script type="text/javascript"><!--
var TotalCost="2.00";
var OrderID="Sign up";
var ProductID="Sign up";
papSale();
--></script>

Thanx guys!
Steven.

mehh

7:44 pm on Jan 13, 2007 (gmt 0)

10+ Year Member



can we see the ../affiliate/scripts/sale.js script?

penders

12:57 pm on Jan 14, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Are you testing this locally or online (a web server)?

ezyid

8:52 pm on Jan 15, 2007 (gmt 0)

10+ Year Member



ahh I see,

Ill have a look inside this script for non secure links.. I thought it wouldnt matter as the direct file would be https.

Thanks,