hello all,
i have a problem in my application. i have integrated dhtml menu in my application. my requirement is that i want all the menu items to have url directing to same page but with different querystring. i am facing javascript error when i do this. please anybody help me.........
dhtml menu
Hi
I don´t know what "different querystrings" are. Are there anchors on that page ?
If so, just attach a number of anchor_ids to your page yourfile.html
Sample:
Your html page yourfile.html contains
This anchor_id could be any "querystring".
Sample
Your menu contains an aI - string with an url
Hope this is what you would like to know.
Better is you provide a url.
Michael
I don´t know what "different querystrings" are. Are there anchors on that page ?
If so, just attach a number of anchor_ids to your page yourfile.html
Sample:
Your html page yourfile.html contains
Code: Select all
<A NAME="anchor_id"></A>
Sample
Your menu contains an aI - string with an url
Code: Select all
aI("text=anchor_id_text;url=yourfile.html#anchor_id;");
Better is you provide a url.
Michael
-
- Beginner
- Posts: 2
- Joined: Fri Mar 03, 2006 11:44 am
thanks michel
but my querystring is not an anchor. i am using this free license menu in a php file. the url could be like this ...
1) test.php?p1=100,
2)test.php?p1=200
these two urls will be binded to two different items in menu
1) test.php?p1=100,
2)test.php?p1=200
these two urls will be binded to two different items in menu