Security warning?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
street9009
Super Advanced
Super Advanced
Posts: 31
Joined: Sat Sep 16, 2006 1:16 am

Security warning?

Post by street9009 »

Hello once again all,

I'm having a new problem I hope you can help me with. I have the milonic menus in use on an online store that uses a security certificate. Microsoft, in it's never-ending quest for a secure browser, has a security warning posted when you visit the site with the menus on it.

My customer is complaining that his customers are complaining about the security warning. I'm not a security certificate guru nor do I know your menus that well so I'm hoping someone here can help.

Thanks.

Oh, the url is https://newlondontechnology.com . Seems to be an IE7 thing as well. Haven't seen it in IE6 or FF.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

Try removing the www part from the menu code files.

Your certificate has only been registered for newlondontechnology.com and you are calling the menu files from http://www.newlondontechnology.com thus the browser is issuing you with a security warning because the browser cannot display files from a known secure location.

This should do it:

Code: Select all

<script language="JavaScript" src="https://newlondontechnology.com/menus/milonic_src.js" type='text/javascript'></script>	
<script language="JavaScript">
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=https://newlondontechnology.com/menus/mmenuns4.js><\/scr"+"ipt>");		
  else _d.write("<scr"+"ipt language=JavaScript src=https://newlondontechnology.com/menus/mmenudom.js><\/scr"+"ipt>"); 
</script>
Hope this helps,
Andy
street9009
Super Advanced
Super Advanced
Posts: 31
Joined: Sat Sep 16, 2006 1:16 am

Post by street9009 »

Thank you. That did indeed fix the issue. My thanks for the great support, as always.
Post Reply