dhtml menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
girishraju
Beginner
Beginner
Posts: 2
Joined: Fri Mar 03, 2006 11:44 am

dhtml menu

Post by girishraju »

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.........
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

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

Code: Select all

<A NAME="anchor_id"></A>
This anchor_id could be any "querystring".

Sample
Your menu contains an aI - string with an url

Code: Select all

aI("text=anchor_id_text;url=yourfile.html#anchor_id;");
Hope this is what you would like to know.
Better is you provide a url.

Michael
girishraju
Beginner
Beginner
Posts: 2
Joined: Fri Mar 03, 2006 11:44 am

thanks michel

Post by girishraju »

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
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

Ops

ok, I´m not yet doing anything with php and SQL, this will take me a couple of weeks for me to come to that stuff. I´m sorry.

Michael
Post Reply