Search found 14 matches

by BigJohnson
Tue Nov 29, 2005 3:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Passing parameters within URL
Replies: 3
Views: 3260

Hi

The parameter that I'm attempting to pass is actually fix, ie "1"

aI("text=Document Masters;url=../../prosys/admin/pro_Document_List.asp?strMenuPage=1;");

The problem that I seem to be having is that my asp page that is calling the parameter doesn't seem to recognise the variable.

<% IF ...
by BigJohnson
Tue Nov 29, 2005 11:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Passing parameters within URL
Replies: 3
Views: 3260

Passing parameters within URL

Hi
I'm attempting to pass a parameter within a menu URl which in inself seems easy enough.

aI("text=Document Masters;url=../../prosys/admin/pro_Document_List.asp?strMenuPage=1;");


However, I cannot seem to call it from and ASP page, ie
<%=Request("strMenuPage")%>

Does anyone have any ideas ...
by BigJohnson
Thu Sep 22, 2005 9:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Main menustyle retaining oncolor
Replies: 3
Views: 3049

Hi
The mmItemActivateByShowMenu function seems to be the way forward. I've downloaded the .js file and referenced it - all seems well, but I get an error when navigating to the destination page.

<SCRIPT language=JavaScript src="../../menu1/milonic_src.js" type=text/javascript></SCRIPT>
<script ...
by BigJohnson
Wed Sep 21, 2005 2:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Main menustyle retaining oncolor
Replies: 3
Views: 3049

Main menustyle retaining oncolor

Hi
Is there a way that the "oncolor" can be retained once an option has been selected within that menu?

The reasoning behind this is that the user can then see which main menu option was selected.

Hope that makes sense!
Thanks
by BigJohnson
Thu Aug 25, 2005 3:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with IE custom tab order & MilonicMenu
Replies: 2
Views: 2703

Solved it - we were using an old version of the menu - upgraded and now everything is fine!

thanks
by BigJohnson
Thu Aug 25, 2005 1:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems with IE custom tab order & MilonicMenu
Replies: 2
Views: 2703

Problems with IE custom tab order & MilonicMenu

I'm trying to use custom tab orders on web forms, but the menu is being picked up after each tab press.

The menu is "included" on each page.

eg
field1 -> tab -> menu -> tab -> field2 -> tab -> menu -> tab -> field3

strange..hhmmm...can anyone shed any light on this?

thanks
by BigJohnson
Thu Jul 28, 2005 3:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "_d" is undefined
Replies: 9
Views: 7217

It seems that if I call the menu from the menu folder it works. If I call the menu from anything folder "../menu/..." then it fails. Very strange this as it worked and still does work using the latter on a current website.

Any ideas?
by BigJohnson
Thu Jul 28, 2005 2:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "_d" is undefined
Replies: 9
Views: 7217

I tried the quoted code, which is the same as my previous site. However it too errors "_ns4 is undefined".

Also, yes - I can down load the .js file, which makes it more of a quandry!

There's something about this site which the menu doesn't like and I can't locate it. :x
by BigJohnson
Thu Jul 28, 2005 12:05 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: "_d" is undefined
Replies: 9
Views: 7217

"_d" is undefined

Hi all

Been using the menu with great success on a website, but now I've come to setup a new website and use the menu, and I get an error "_d is undefined".

As far as I can tell, the setup is exactly the same so it should work. I've also downloaded and tested a new sample menu and this too fails ...
by BigJohnson
Tue May 17, 2005 2:40 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Access db driven menu with permissions
Replies: 1
Views: 2209

Access db driven menu with permissions

Hi all
I'm looking to get quite fancy with the menu but I'm not sure how to go around it or even if it will work.

Using Access as a db backend for an ASP website. At the moment we have 2 user types (admin & user) and three organisation types (developer, client & subby).

What i'd like to do is ...
by BigJohnson
Tue Apr 05, 2005 9:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Tree menu - a working example
Replies: 1
Views: 2020

Tree menu - a working example

Hi
I'm really interested in getting a working sample of a treemenu, but can't make my version work. Does anyone have one they could send me, or advise why my version may not be working.

I've included the treemenu script in menu folder and called the script from my page, but no joy.

Thanks
by BigJohnson
Tue May 04, 2004 7:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Positioning
Replies: 6
Views: 5655

The sample looks exactly the thing, but the "-offset" doesn't seem to work.
The "+offset" however does.

Any ideas?

Thanks
Craig
by BigJohnson
Tue May 04, 2004 8:45 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Positioning
Replies: 6
Views: 5655

Actually, and more accuratley, my problem occurs because I centre my pages, so when the screen is resized the menu's position is incorrect.

Is there a way to say "Centre -Offset"?

Thanks
Craig
by BigJohnson
Sat May 01, 2004 7:58 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Positioning
Replies: 6
Views: 5655

Menu Positioning

As with the menu shown on the Milonic front page, how do I achieve a fixed position, regardless of window resizing and screen resolution?

If I set a fixed position, and resize the window, the menu changes position, same applies if I change resolution.

I'm using frames at the moment to achieve this ...