Search found 12 matches

by les35
Wed Apr 12, 2006 3:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 27639

Andy wrote:Hi,

I have added a new directory to the menu downloads called dynamic_menus.

This is in /extras/dynamic_menus

It is a demo of how to use the Menu Edit Module.

Hope this helps,
Andy
Where is it? I can't find it.
by les35
Mon Mar 27, 2006 7:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 27639

I'm sorry, I can't. I'm trying to get some direction from Milonic since I can't get the module to work at all. But, I've always had trouble with it and that is not the module, it is the lack of knowledge on my part.

As soon as I get some information I'll let you know.

Ruth
Thanks Ruth. I'll be ...
by les35
Sun Mar 26, 2006 7:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 27639

Hi,

I don't know which file you mean. If you mean the menueditapi.js module, then it's at http://www.milonic.com/menumodules.php You need to go down about 4 or 5 items or so.

If you mean that little demo it's here

http://www.milonic.com/menueditapi.php

Ruth
Can you look at the code I posted ...
by les35
Mon Mar 20, 2006 7:00 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 27639

I get an error using either one of those lines. I would also like to see the version that is working.

Is anyone trying to do this on page load? I am trying to add menu items on page load; meaning I am not using any type of button click or anything to create the menu as is done in the sample.

Any ...
by les35
Fri Mar 17, 2006 3:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 27639

Re: mm_menueditapi.js function _incItem(_aI) renamed to f_(_

I had the same problem until I edited the function mm_insertItem in mm_menueditapi.js
I commented out this line:

// _incItem(_aI);

and replaced it with this line:
f_(_aI);
That's weird. I just checked my mm_menueditapi.js file, and the "_incItem(_aI)" line was already changed to "f_(_aI ...
by les35
Sat Mar 11, 2006 5:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Linking to a page outside of my site
Replies: 6
Views: 5383

Re: WOW, that was fast. Thanks, but...

What if I wanted to launch a link in its' own window like below:

<a href="javascript: window.open('/myip.asp','','status=no, toolbar=no, resizable=yes, scrollbars=yes, location=no, width=700, height=300'); void('');" class="5">Your IP Address is...</a>

Thanks again.
just put the javascript after ...
by les35
Sat Mar 11, 2006 5:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: strange problem
Replies: 5
Views: 4745

if you don't want to pay anything, you can place this link:

Code: Select all

<a href="http://websites.milonic.com/milonic.com/>JavaScript Menu Courtesy of Milonic.com</a>
somewhere on the page, and the menu will work correctly.
by les35
Fri Mar 10, 2006 10:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: [resolved] What happened when I moved my files.
Replies: 3
Views: 2995

I'm willing to bet you uploaded the index.htm file from the milonic zip. ;)

Delete it from your server and you'll be set.
by les35
Thu Mar 09, 2006 8:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need Help - mm_insertItem - Insert items into existing menu
Replies: 35
Views: 27639

I too am having a lot of trouble getting mm_insertItem() to work.

I have uploaded a test page showing what I have (and I'll also include the code below in this post)

This page shows the code with the mm_insertItem()
http://www.esaba.com/menutest/with_insert.html

This page shows the same code with ...
by les35
Thu Feb 23, 2006 4:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a way to resize menu images with code/script?
Replies: 5
Views: 4316

Andy wrote:Here you go, this should work - Not tested though:

Code: Select all

aI("imageheight=16;imagewith=16;image=http://www.google.com/favicon.ico;text=Google;url=www.google.com;");


Hope this helps,
Andy
That worked! (once i fixed your spelling of "width" ;) )

Thanks a lot Andy!
by les35
Tue Feb 21, 2006 4:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a way to resize menu images with code/script?
Replies: 5
Views: 4316

Pulling stuff you rely on from other sites is always a bad idea. Consider the other site being down, slow 'net traffic, etc. Those, and many others, will make your site look bad with slow loading at best.

Since you already have the url of the graphic(s) you want, just go get them and put them on ...
by les35
Mon Feb 20, 2006 7:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a way to resize menu images with code/script?
Replies: 5
Views: 4316

Is there a way to resize menu images with code/script?

The images I am using in my menu are not hosted by myself, so I cannot resize them directly. I'm looking for a way to resize them with code/script.
Something similar to the width and height tags you can add to an image in HTML. (i.e. <img src="image.jpg" width="16" height="16"> )


Specifically, I ...