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.
Security warning?
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:
Hope this helps,
Andy
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>
Andy
-
- Super Advanced
- Posts: 31
- Joined: Sat Sep 16, 2006 1:16 am