CuJo
06-23-2003, 07:05 PM
ok heres my problem
i have a menu bar and this is a code inside it
Menu1=new Array("Home","http://www.my url.com/php?main=web","",0,20,120,"","","","","","",-1,-1,-1,"","Home");
but when im on on the page
http://www.my url.php?main=links
then I click the link above (Menu1)
the link changes to
http://www.my url.php?main=links?main=web
and its an error....
so I was wondering how to start it as a new root...
I tryed putting "\" at the beggining but nothing....
any suggestions?
-thx
i have a menu bar and this is a code inside it
Menu1=new Array("Home","http://www.my url.com/php?main=web","",0,20,120,"","","","","","",-1,-1,-1,"","Home");
but when im on on the page
http://www.my url.php?main=links
then I click the link above (Menu1)
the link changes to
http://www.my url.php?main=links?main=web
and its an error....
so I was wondering how to start it as a new root...
I tryed putting "\" at the beggining but nothing....
any suggestions?
-thx