mm_passItemRef()

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
drumbo
Advanced
Advanced
Posts: 20
Joined: Tue Dec 06, 2005 7:09 pm

mm_passItemRef()

Post by drumbo »

Hi,

I have recently come across your menus and have been trying them out. Excellent stuff!!

However I have a query re this funtion and the example you gave on
http://support.milonic.com/demos/pass_i ... /index.htm

Basically I have managed to implement it as you put in the example, however I have a problem as I have to pass a number of variables in the URL and if I do that - the function won't work

For example

http://test.mydomain.com/Pictures.asp?Cat=1&subcat=2?32

The ?32 is what your jscript is putting on the end of my URL

Is there anyway that I can make it something like
http://test.mydomain.com/Pictures.asp?C ... =2&menu=32

where &menu=32 is what your script adds on


Thanks for the help and a fantastic menu system
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

I agree I think it's a terrific menu system.

The pass_itemRef is not a 'Milonic' function. It was written by a forum volunteer, Kevin, for something someone asked how to do in the forum.

If you know how to do things with functions, you can modify that to do what you wanted. Unfortunately, I'm not able to do that, and Kevin has been out for awhile. I'm not sure when he'll be back.

I just wanted to let you know we are not ignoring your question :)

Ruth
drumbo
Advanced
Advanced
Posts: 20
Joined: Tue Dec 06, 2005 7:09 pm

Post by drumbo »

Thanks Ruth,

I am a bit of a "fly by night" coder when it comes to web pages - especially javascript!
Post Reply