Search found 7 matches

by sbraun
Tue Dec 19, 2006 10:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamic menus passing variables
Replies: 2
Views: 2282

Thanks for getting back to me Andy,

Yes, I am using server side application (SmithMicro's WebDNA) to develop the dynamic part of the menu, and that's working fine.

I'm just at a loss on how to capture this list of student names from menuff, and insert it into the url= of the next submenus.

I ...
by sbraun
Fri Dec 15, 2006 3:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need To Access Menu Item's Attributes
Replies: 6
Views: 4724

Hello Bob & Kevin,

I am trying to use your code from above, but I guess that I don't know how. I don't know enough js to know where I'm going wrong.

I've set up a test page to experiment with the code, but I'm not getting any results.

Can you please take a quick look at my source, which holds ...
by sbraun
Wed Dec 13, 2006 11:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I call a javascritp variable inside of a submenu?
Replies: 3
Views: 3179

This functions works, but it turns out that it is not going to do what I need....

What I really need is to place a variable inside of a url, where the variable is the parent menu text selection. The parent menu text selection is dynamic.


How do I make this work:

aI("text=sometext;url=http ...
by sbraun
Wed Dec 13, 2006 2:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Want to get Parent of a menu
Replies: 7
Views: 5944

Hi,

The following should return the reference number for a menuitems parent menu:

var parentMenu=getParentMenuByItem(_itemRef)

Then, you can call this menus array by either _m[parentMenu] or the object itself by gmobj("menu"+parentMenu)

Hope this helps,
Andy





Hello Andy,
I don't know ...
by sbraun
Tue Dec 12, 2006 1:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I call a javascritp variable inside of a submenu?
Replies: 3
Views: 3179

Thanks Andy.
This works great.

sbraun
by sbraun
Thu Dec 07, 2006 7:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How do I call a javascritp variable inside of a submenu?
Replies: 3
Views: 3179

How do I call a javascritp variable inside of a submenu?

Hi All, Nice menus here. Love 'em.

Q: I set a variable early in the menu_data.js file. How do I call that variable back into a subMenu as part of the url?
See...

<script>
var testvar='choice3';

aI("text=any;url=http://www.mydomain.com?passvar=document.write(testvar);");

I want the url to link to ...
by sbraun
Wed Dec 06, 2006 6:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: dynamic menus passing variables
Replies: 2
Views: 2282

dynamic menus passing variables

Hi All,
I have a sub_menu that is created dynamically by a server side product. It writes a file named menuselectff.txt

[writefile ../menuselectff.txt][Search db=../signin/data/signin.db&geSSKUdata=1&eqSTATUSdatarq=Active&asSTUDENT_NAMELsort=1][founditems]
aI("text=[STUDENT_NAMEF] [STUDENT_NAMEL ...