Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:26

error on secure site


Poster: floridaguy
Dated: Saturday July 5 2003 - 14:55:29 BST

I'm trying to integrate the menu on a phpshop based site.
If I load my page via the non-secure (http) link, it is fine. If I load the page via the secure address (https) I get warnings that 'this page contains both secure and non-secure items'.
Clicking yes, will load the page, but without the security lock on the bottom of the screen. Clicking No will load the page without the menu.

I've confirmed that this is caused by the menu, as removing the menu from the code resolves the issue.

In the code for the page, I've called the script two ways, but neither one works:
Code:
<SCRIPT language=JavaScript src="http://www.sitename.net/js/menu_array.js"></SCRIPT>
<SCRIPT language=JavaScript src="http://www.sitename.net/js/mmenu.js"></SCRIPT>

and
Code:
<SCRIPT language=JavaScript src="https://www.sitename.net/js/menu_array.js"></SCRIPT>
<SCRIPT language=JavaScript src="https://www.sitename.net/js/mmenu.js"></SCRIPT>


Does anyone know why it would do this? Or if there is a fix?
By the way, I've also tried a relative link (../js/mmenu.js) with no success.

Thanks in advance!


Poster: kevin3442
Dated: Tuesday July 8 2003 - 1:09:09 BST

Did you put the "blank.html" file in your site's root? blank.html comes with each menu download. Give that a try.

Kevin