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
Problem with my dhtml menu in frames and php Forum HELP!!!
Hi,
try putting it in common.php at the top.
This will be the code you need, you may need to change the filenames though.
Cheers
Andy
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> ";
Cheers
Andy