Search found 11 matches

by gerarcyr
Tue Nov 14, 2006 4:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_passItemRef() function
Replies: 4
Views: 13731

Hi Cyril,

I think it's do-able, but you'd have to modify much of the way that sample works. For example, in the sample, the selected menu item number is passed from page to page using the openUrl() function. Since that's called from the menu item's url= property, you'd have to make your static ...
by gerarcyr
Fri Nov 10, 2006 8:10 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_passItemRef() function
Replies: 4
Views: 13731

Up !

Somebody have an idea ?

Thk you,
Cyril
by gerarcyr
Tue Nov 07, 2006 12:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_passItemRef() function
Replies: 4
Views: 13731

mm_passItemRef() function

Hi.

just a quick question : is it possible to insert link in this function ?
(I refer to this demo http://support.milonic.com/demos/pass_i ... /index.htm)

What i would like is :

Home > Item1 > Item1.1
(with a link on "Home" and "Item1"... but not on the last one)

Thank you for your kind ...
by gerarcyr
Tue Feb 21, 2006 2:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Creation of a sitemap
Replies: 21
Views: 23139

John wrote:Try this.
Thank's a lot, this is exactly what i'm looking for....
by gerarcyr
Tue Feb 21, 2006 2:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Creation of a sitemap
Replies: 21
Views: 23139

Creation of a sitemap

Hi,

is there any function which allows me to create a site map from my menu ?
I would like to create a sitemap page on my intranet, with all the items of my menu.

Thanks in advance.
by gerarcyr
Fri Nov 04, 2005 10:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: mm_changeItemProperty
Replies: 6
Views: 5227

do you know which _mi[...][1] is causing the error?you've got it in 3 different places. maybe just put some null checks around the code?

I've got a similar problem ( Error: '_mi[...].1' is null or not an object ) using the function below but only before the first click on the menu .

Could you ...
by gerarcyr
Fri Nov 04, 2005 8:42 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can i get the path of my links ?
Replies: 9
Views: 7300

Andy wrote:
Will the mm_passItemRef do what is wanted?
It might do...

gerarcyr!! - is http://support.milonic.com/demos/pass_i ... /index.htm of any use to you?
This is exacltly what i want.
I will try to use it.

Thanks a lot !
by gerarcyr
Fri Nov 04, 2005 8:42 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can i get the path of my links ?
Replies: 9
Views: 7300

Andy wrote:
Will the mm_passItemRef do what is wanted?
It might do...

gerarcyr!! - is http://support.milonic.com/demos/pass_i ... /index.htm of any use to you?
This is exacltly what i want.
I will try to use it.

Thanks a lot !
by gerarcyr
Thu Nov 03, 2005 2:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can i get the path of my links ?
Replies: 9
Views: 7300

Thk you.

But there is again 1 pb :

the result of this function is path> file.extension but i would like path>name of the item

like in my example:
menu1
- submenu11 (url=page11.htm)
- submenu12 (url=page12.htm)
menu2
- submenu21 (url=page21.htm)

if i click on submenu21, i would like to have ...
by gerarcyr
Thu Nov 03, 2005 2:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can i get the path of my links ?
Replies: 9
Views: 7300

Thk you.

But there is again 1 pb :

the result of this function is path> file.extension but i would like path>name of the item

like in my example:
menu1
- submenu11 (url=page11.htm)
- submenu12 (url=page12.htm)
menu2
- submenu21 (url=page21.htm)

if i click on submenu21, i would like to have ...
by gerarcyr
Thu Nov 03, 2005 11:47 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can i get the path of my links ?
Replies: 9
Views: 7300

Can i get the path of my links ?

Hello,

I'm using the vertical plain text menu.
I would like to know if it's possible to get the path of my links ?

exemple :
Menu1
-submenu11
-submenu12
Menu2
-submenu21
-submenu22

If i click on submenu22, i would like to get the path of the link (menu2/submenu22")

Thank you in advance for ...