Search found 7 matches

by voidian
Mon Jan 07, 2008 3:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a solution for query string in the url for higlight
Replies: 1
Views: 1280

Re: Is there a solution for query string in the url for higlight

I don't know if this is the "BEST" method, but I found that if I split _Lhr prior to drawing the menu, I can remove the trailing variables from the querystring.

var myString = _Lhr;
var mySplitResult = myString.split(\"&\");
_Lhr = mySplitResult[0];

For other folks, it might be useful to split at ...
by voidian
Sun Jan 06, 2008 9:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a solution for query string in the url for higlight
Replies: 0
Views: 3801

Is there a solution for query string in the url for higlight

Hi, I tried looking for a solution to the problem regarding query strings in the url and keeping the menu item highlighted, but have not found a working solution yet.

Does anyone have a way to strip the remainder of a querystring, prior to milonic reading the whole url in order to make the url ...
by voidian
Sun Jan 06, 2008 9:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a solution for query string in the url for higlight
Replies: 1
Views: 1280

Is there a solution for query string in the url for higlight

Hi, I tried looking for a solution to the problem regarding query strings in the url and keeping the menu item highlighted, but have not found a working solution yet.

Does anyone have a way to strip the remainder of a querystring, prior to milonic reading the whole url in order to make the url ...
by voidian
Wed Jun 20, 2007 6:41 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to get a list of child items in a menu
Replies: 0
Views: 3763

How to get a list of child items in a menu

Hi,

Is there a function similar to getParentItemByItem() that I can use to retreive all the child items in a menu? I imagine I'd have to go through a loop and build an array. Something like getChildItemByItem(0), getChildItemByItem(1), getChildItemByItem(2), getChildItemByItem(x) ?

Thanks!
Steve ...
by voidian
Fri Jun 15, 2007 9:13 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Accessing methods and properties from MySQL php sample
Replies: 2
Views: 2723

Thank you Ruth! I appreciate the respose and assistance - I'll look forward to seeing if this gets an answer.
by voidian
Fri Jun 15, 2007 12:13 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Accessing methods and properties from MySQL php sample
Replies: 2
Views: 2723

Accessing methods and properties from MySQL php sample

Hi, I was wondering if anyone can help me figure out a way to access methods, properties, etc when using the MySQL / php example from the mil0onic web site.

Ultimately, I would like to access the current selected menu item from within the php code that is querying the database.

The examples that ...
by voidian
Wed Jun 13, 2007 4:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: acessing menu global variables within php help neeed please
Replies: 0
Views: 3708

acessing menu global variables within php help neeed please

Hi, I was wondering if anyone has a snippet or sample of code that illustrates how / if you can access a global variable within php.

for example : integer _itemRef

Specifically, I would like to be able to determine what value is set for integer _itemRef and be able to use that value in php to ...