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:27
Frames Based Menu
Poster: Mains Fleet
Dated: Thursday August 15 2002 - 15:55:30 BST
Hello
I've downloaded the zip pack from http://www.milonic.com/menu/frames/
Every thing works fine in demo mode when it is linking to the file history.php
However when I start to put in my own hyper links
e.g.
,"PHP", "content_main.html",,,0
instead of
,"PHP", "history.php?tp=jsp",,,0
It links no problem but then the drop down element doesn't work afterwards.
I'm using a PC and IE5
Thanks
Poster: sjelle
Dated: Sunday August 10 2003 - 2:32:33 BST
I have the same question....
Does anyone now the answer to it ??
The menu works superfine but I'm trying to figure out how to configure the url like mentioned in the above question....
I really tried everything.
I think the code should be :
,"Google", "history.php?tp=google",,,0
But where or better HOW do I define the tp=google.
It points at history.php which says :
<script>
tpar=self.location.href.split("tp=");
document.write(tpar[1])
</script>
I really don't get it.
It's the first time I configure a menu like this, can anyone help me ?