Found this line in the DynLayer.js
else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null)
dlyr.setBgImage('javascript:null');
This causes IE5.5 to slip out of SSL because no one owns the domain for
javascript:null
IE5.5 warns you that you have both secure and insecure items on the page.
I remove this line in two places in the dynlayers.js and it works fine.
Why was this there in the first place? What does IE5.5 do that would
require this?
_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-dev