Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:45
Security warning?
Poster: street9009
Dated: Wednesday January 3 2007 - 21:59:57 GMT
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.
Poster: Andy
Dated: Wednesday January 3 2007 - 22:16:04 GMT
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:
<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>
<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