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: Wednesday July 18 2012 - 06:07:32

Problem with my dhtml menu in frames and php Forum HELP!!!


Poster: SViS
Dated: Thursday July 11 2002 - 11:59:25 BST

Hi you all,

I've a little problem with my dhtml menu and my forum in php, everything on my site is in frames and i've made a link in the menu that you can go to the forum on my site thats in php (the same as this forum)
but th eproblem is that the menu isn't working anymore when you are on the forum page you can only click on Home and then you were back on the main page, but i want that the menu works like on the other pages on my site. I know that when a site is in frames i must copy a little script on the body page to let the menu work fine, but how do i do that in php which script or where must i copy the same script in the index.php??

example: http://go.to/racingpoint

Ciao,

SViS

P.S. i hope someone can help me


Poster: Andy
Dated: Friday July 12 2002 - 12:00:53 BST

Hi,

try putting it in common.php at the top.

Code:
echo "
    <script language=JavaScript src=\"frames_header_array.js\" type=text/javascript></script>
    <script language=JavaScript src=\"mmenu.js\" type=text/javascript></script>  ";


This will be the code you need, you may need to change the filenames though.

Cheers
Andy