error on secure site

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
floridaguy
Beginner
Beginner
Posts: 1
Joined: Sat Jul 05, 2003 2:43 pm
Location: Sunny Tampa, Florida

error on secure site

Post by floridaguy »

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: Select all

<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: Select all

<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!
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

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

Kevin
Post Reply