9 times out of 10 this caused by an iframe that has no "src" attribute
defined.  I usually fix this by adding src="javascript:void(0)".  I have
heard that others have encountered issues using this workaround however;
I have never had any problems with it.

-scott

-----Original Message-----
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dimitris
Sent: Wednesday, September 26, 2007 3:45 AM
To: jQuery (English)
Subject: [jQuery] nonsecure items


Hi,

I am using thickbox in an SSL enviroment. This thickbox uses JQeury,
but when the page loads I get a message in IE7 that there are
nonsecure items on the page. When I exclude following tag from my page

<script type="text/javascript" src="../Js/jquery.js"></script>

everything works fine so I guess its a JQeury problem.  (offcourse,
whitout this tag the thickbox won't work)
Can anyone help me with this problem?

Reply via email to