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: Saturday July 14 2012 - 06:07:21
Frames bases menu
Poster: sjelle
Dated: Sunday August 10 2003 - 14:52:42 BST
This time in the right forum....
I have a question....
Does anyone know 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 ?