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

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
SViS
Beginner
Beginner
Posts: 3
Joined: Wed Jul 10, 2002 12:41 pm

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

Post by SViS »

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
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

Hi,

try putting it in common.php at the top.

Code: Select all

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
Post Reply