Search found 15 matches

by davidarnoult
Thu Mar 02, 2006 12:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pb of variable with opening module
Replies: 12
Views: 10184

Thanks Guys for your efforts anyway, I will mail the support to see what they can do.

Rgds

David
by davidarnoult
Wed Mar 01, 2006 9:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pb of variable with opening module
Replies: 12
Views: 10184

Hi, I tried to offset down the sub menu but it's still the same. I think there is something to do with the openbymenu function, because if I don't use it, it works !

Could you contact the person who develops this bolt on module, and submit him the problem ?

Thanks

David
by davidarnoult
Tue Feb 28, 2006 4:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pb of variable with opening module
Replies: 12
Views: 10184

Something wrong...

I am terribly sorry but I reproduce systematically the problem.
I use IE 6 and FF 1.0.7 and it always happens on both browsers.

Could you try again, maybe it's a buffer problem.

URL is http://fr.topsolid.com or http://www.topsolid.fr

Using Horiz menu, Open Produits, Then TopSolid 2006, then ...
by davidarnoult
Tue Feb 28, 2006 6:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pb of variable with opening module
Replies: 12
Views: 10184

Detail of my problem

Hello again,

I explain better : vertical menu does not work in this case :
An example : click using horizontal menu on Services, Education item. Vertical menu is OK.
Click now on Service item on horizontal menu, vertical menu is still on last value menu=12, should be menu=1... If you click again on ...
by davidarnoult
Mon Feb 27, 2006 3:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Pb of variable with opening module
Replies: 12
Views: 10184

Pb of variable with opening module

Hello,

I am using licenced version of menu. I use a javascript value to display the path of the menu, and the Automatic Menu Opening Module openmenusbyurl.js bolt on plugin. This almost works, except that when you enter in a submenu, and click on the parent menu, my path on vertical column is not ...
by davidarnoult
Fri Feb 25, 2005 11:46 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to open automatically the menu to pagematch node ?
Replies: 8
Views: 7367

OK here is my code, I am with latest release 5.715
:


<script language="JavaScript">
<!--
_menuCloseDelay=1000 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=1000 // The time delay before menus open on mouse over
_subOffsetTop=0 // Sub menu top offset
_subOffsetLeft=0 ...
by davidarnoult
Fri Feb 25, 2005 10:49 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to open automatically the menu to pagematch node ?
Replies: 8
Views: 7367

I have found it but problem : my menu is fully horizontal (on 2 lines) and once the menu is open according the current page (and that works), it doesn't manage the mouse over on the others menu ! how can I make it close when I go on the other menus ?

Thanks

David
by davidarnoult
Fri Feb 25, 2005 9:53 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to open automatically the menu to pagematch node ?
Replies: 8
Views: 7367

Hi,

Thanks for your help : could you give me the link to this au open sub, I can't find out anymore.

The web site is not online yet, but I will publish the address when it will be.

Thks

David
by davidarnoult
Fri Feb 25, 2005 7:44 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to open automatically the menu to pagematch node ?
Replies: 8
Views: 7367

Yes exactly, the menu stay opened with the item highlighted matching the page. Is is possible to do that ?

Rgds

David
by davidarnoult
Thu Feb 24, 2005 4:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to open automatically the menu to pagematch node ?
Replies: 8
Views: 7367

How to open automatically the menu to pagematch node ?

Hi guys,

A simple question : how to make the menu automatically opened to the page match node deeper than the first level ? the pagematch works good but shows only first level highlights, you have to mouse over to open level 2...

how can the menu be opened to the exact node (_itemRef I guess). I ...
by davidarnoult
Fri Jan 21, 2005 2:31 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Retrieving texts of selected items
Replies: 13
Views: 33294

Thanks Kevin

Hi Kevin,

This is what I was looking for ! Wondeful!
Thanks very much for your great help, this is excellent.

I am just wondering if it would be possible to a link on each itemref using the url specified in the menu, in order to navigate also through these links... :D

Like :
Item1 > SubItem2
<A ...
by davidarnoult
Thu Jan 20, 2005 11:44 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Retrieving texts of selected items
Replies: 13
Views: 33294

Giving a holler

Hi Kevin !

I try to use method #1 as you explain previously but I cannot succeed in reading _itemRef value to pass it on url...

Any hints ?

Thanks a lot

David
by davidarnoult
Mon Jan 03, 2005 9:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Retrieving texts of selected items
Replies: 13
Views: 33294

Thanks for your tips

Hello guys and first Happy New Year !!!! :D

To answer to Kevin and bparrish, I suggest to use, to my opinion, what is the cleaner way: with -itemRef stored in a javascript variable along the pages, method #1 described by Kevin.

However, I am not a javascript expert, and I would be very happy if ...
by davidarnoult
Mon Dec 13, 2004 11:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Retrieving texts of selected items
Replies: 13
Views: 33294

Yes but...

Thanks for your links but I knew them already...

To write the value of current selected item in a web page, do i need to create an object of the menu first with menu = gmobj("milonic"); and them write -itemRef ??? Or do i need to modify your source codes ?
Why _itemRef is always equal to -1 in my ...
by davidarnoult
Fri Dec 10, 2004 11:15 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Retrieving texts of selected items
Replies: 13
Views: 33294

Retrieving texts of selected items

Hello,

I am a beginner with this menu and I try to write in my asp page the value of the current selected items.

This can be very effective to show where we are with navigation side bar as texts like

Menu1 > Item1

I have found a global variable _itemRef but when i write it, its value is always ...