Thanks for you help John. I had been working on this problem on and off for the last couple of days and was just starting to fuss with URL's. You saved me a lot of time and perhaps a few grey hairs. :-) I commented those two lines out, and everything works! Thanks. --------------------------------------------------- Steve Springett Manager, Web Development NetLojix Communications, Inc. NASDAQ: NETX w: http://www.netlojix.com/ p: 847.439.9880 f: 847.593.1746 --------------------------------------------------- >>> "John Shwaluk" <[EMAIL PROTECTED]> 03/30/01 05:30PM >>> This message was sent from Geocrawler.com by "John Shwaluk" <[EMAIL PROTECTED]> I ran into the same problem when we switched over to SSL.... I found two lines in "dynlayer.js" that set the background url to "javascript:null" if the background image is null and the browser is IE 5.5. IE 5.5 doesn't seem to like any url's that don't start with "https://" when its in a Secure Socket zone, so I just commented those two lines out. In other words, if there isn't a background image for the layer, then just don't specify one. Anyway, without those two lines, everything seems to work fine, and the warning about "Insecure Content", no longer appears. The two lines are: Line 72: else if (is.ie55 && dlyr.bgImage==null && dlyr.html==null) dlyr.setBgImage ('javascript:null'); and Line 297: if (is.ie55 && dlyr.bgImage==null && dlyr.html==null) s+=' background-image:url (javascript:null);' --------------------------------------- Ok, so I finally created my first app with DynAPI2, and it's going on our Intranet. WebServer: iPlanet with SSL (128 bit) enabled. Verisign Certificate Browser: IE 5.5/WinNT Originally I thought it was something with my code, but then I loaded the examples included in DynAPI only to find out they have the same problem. Problem: IE 5.5 comes back with an error message that states: The page contains both secure and nonsecure items. Do you want to display the nonsecure items? (Yes, No, More Info) This happens on several of the examples such as scrollpane and hover. I know the items are actually secure, but IE doesn't seem to think so. NS4.7 doesn't have this problem. I'm using DynAPI 2 from 'dynapi-2001-01-25.zip' Any ideas? -------------------------------------------------- - Steve Springett Manager, Web Development NetLojix Communications, Inc. NASDAQ: NETX w: http://www.netlojix.com/ p: 847.439.9880 f: 847.593.1746 -------------------------------------------------- - _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi -help Geocrawler.com - The Knowledge Archive _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help
