Hi,
My company also has a corp. license of Milonic. (Thanks to me, of course. :P ). We are using it and very satisfied with the product and support.
Currently, a huge re-design is going on and we are looking forward to extend the usage of Milonic menu. In addition, I think the AJAX is getting so ...
Search found 18 matches
- Thu Sep 29, 2005 1:59 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Conflict with ajax library
- Replies: 31
- Views: 24751
- Thu Oct 28, 2004 2:44 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: target & targetfeatures support between different browse
- Replies: 3
- Views: 4000
still no response from Milonic team...
My deadline is tomorrow (10/29/2004).
Even if I am still waiting for the license from our purchasing department, I have to wrap up the codes. (implementation)
I guess I have to use the "home-cooked" java script window opener for now.

Even if I am still waiting for the license from our purchasing department, I have to wrap up the codes. (implementation)
I guess I have to use the "home-cooked" java script window opener for now.

- Wed Oct 27, 2004 1:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: bug with target / targetfeatures
- Replies: 1
- Views: 1951
bug with target / targetfeatures
Am I the only one tries to make the tarege features work for both IE and NS ?
Pls take a look at the following thread.
viewtopic. ... 4454#24454
I think it's a bug.
Any one else has similar issue
Thanks,
Jason
Pls take a look at the following thread.
viewtopic. ... 4454#24454
I think it's a bug.
Any one else has similar issue

Thanks,
Jason
- Tue Oct 19, 2004 4:19 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: target & targetfeatures support between different browse
- Replies: 3
- Views: 4000
targetfeatures is very buggy in non_IE env
I am certain about the bug now. Where can I report it?
Check on my example again. http://www.cojava.com/jsMenu/popup/menu.htm
I move the menu data into the menu.htm so I can see the src easily from the browser. (It shouldn't matter where they are, though.)
As you can see, even if I use only width ...
Check on my example again. http://www.cojava.com/jsMenu/popup/menu.htm
I move the menu data into the menu.htm so I can see the src easily from the browser. (It shouldn't matter where they are, though.)
As you can see, even if I use only width ...
- Mon Oct 18, 2004 2:45 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: target & targetfeatures support between different browse
- Replies: 3
- Views: 4000
target & targetfeatures support between different browse
Hi,
I am not sure whether this is a browser (javascript) or it's an issue of the menu.
Please check the following,
http://www.cojava.com/jsMenu/popup/menu.htm
(The script is downloaded from "menu_sample11_ver5_51". I only modify
the menu_data.js to do the test.
You can mouse over to the menu ...
I am not sure whether this is a browser (javascript) or it's an issue of the menu.
Please check the following,
http://www.cojava.com/jsMenu/popup/menu.htm
(The script is downloaded from "menu_sample11_ver5_51". I only modify
the menu_data.js to do the test.
You can mouse over to the menu ...
- Thu Sep 16, 2004 1:42 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: using ; in an url (problem using menu with jsp and struts)
- Replies: 7
- Views: 8038
Strus again
Sorry about this "Struts" design thing again.
If you take a look at Strus examples, the URL ususally is not "JSP" but ".do". That means, if you let the action servlet to control the forward then you won't see any JSP in your menu.
I am not saying you can't do that but I don't think that's the ...
If you take a look at Strus examples, the URL ususally is not "JSP" but ".do". That means, if you let the action servlet to control the forward then you won't see any JSP in your menu.
I am not saying you can't do that but I don't think that's the ...
- Wed Sep 15, 2004 3:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: using ; in an url (problem using menu with jsp and struts)
- Replies: 7
- Views: 8038
struts, jsp, .do
Hi,
I think I may be able to provide some help here.
As far as my Struts experience (I have used Struts for 4 clients.),
there is no need to put a JSP in your menu. (Except for the index.jsp.)
There should be actions with the someAction.do or /do/someAction as your menu URL.
All the JSP should ...
I think I may be able to provide some help here.
As far as my Struts experience (I have used Struts for 4 clients.),
there is no need to put a JSP in your menu. (Except for the index.jsp.)
There should be actions with the someAction.do or /do/someAction as your menu URL.
All the JSP should ...
- Wed Sep 15, 2004 4:35 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
It works!!
I got this from Kevin's post.
_W.ignoreCollisions=1
And it is exactly what I need.
I add that line into men_data.js and it works. :lol:
Thanks, Andy, Kevin and Ruth.
Here is the update of the menu.
http://www.yueyue.org/menutest/
Here is the zip file if you need an easy download to check ...
_W.ignoreCollisions=1
And it is exactly what I need.
I add that line into men_data.js and it works. :lol:
Thanks, Andy, Kevin and Ruth.
Here is the update of the menu.
http://www.yueyue.org/menutest/
Here is the zip file if you need an easy download to check ...
- Tue Sep 14, 2004 8:17 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
rawcss & padding
For some reason,
rawcss="padding: 0px 8px 0px 8px";
does not work.
I can use the following though.
rawcss="padding-top:0px;padding-right:4px;padding-bottom:0px;padding-left:4px";
However, the limitation is that I can't use align="center" or the padding won't work.
Therefore, I go back to ...
rawcss="padding: 0px 8px 0px 8px";
does not work.
I can use the following though.
rawcss="padding-top:0px;padding-right:4px;padding-bottom:0px;padding-left:4px";
However, the limitation is that I can't use align="center" or the padding won't work.
Therefore, I go back to ...
- Tue Sep 14, 2004 2:29 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu positioning
- Replies: 3
- Views: 3107
check this thread
Hi,
I think it's a similar issue again.
I hope Andy will have an enhancement soon.
Please look at this thread.
viewtopic.php?t=4898
Jason
I think it's a similar issue again.
I hope Andy will have an enhancement soon.
Please look at this thread.
viewtopic.php?t=4898
Jason
- Tue Sep 14, 2004 2:09 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Aligning submenu options
- Replies: 2
- Views: 2655
check this thread
Hi,
I have a similar problem with yours.
You can take a look at this thread.
viewtopic.php?t=4898
Jason
I have a similar problem with yours.
You can take a look at this thread.
viewtopic.php?t=4898
Jason
- Tue Sep 14, 2004 1:47 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
position of submenu
Andy, Kevin,
The zip file from your test page is not working on my environment.
(Win 2000 SP2/IE 6.0.2800.1106C0/Mozila Fire Fox 0.9/Netscape 7.1).
It loads very slow and doesn't show anything but an empty table.
I think the issue is about the submenu position.
I spent the whole day yesterday ...
The zip file from your test page is not working on my environment.
(Win 2000 SP2/IE 6.0.2800.1106C0/Mozila Fire Fox 0.9/Netscape 7.1).
It loads very slow and doesn't show anything but an empty table.
I think the issue is about the submenu position.
I spent the whole day yesterday ...
- Mon Sep 13, 2004 2:47 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
- Wed Sep 08, 2004 8:20 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
nothing to do with JSP
The problem now is in the JavaScript.
Please ignore the "JSP" key word. There is nothing to do with that.
For the other javascript, even if I remove it it's the same.
There is no "JSP" in my files. All pure HTML/CSS/Javascript.
Please take a look.
Thanks,
Jason
Please ignore the "JSP" key word. There is nothing to do with that.
For the other javascript, even if I remove it it's the same.
There is no "JSP" in my files. All pure HTML/CSS/Javascript.
Please take a look.
Thanks,
Jason
- Wed Sep 08, 2004 7:20 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
os/browser
Kevin,
I am using Win2K/IE6, Win2K/FireFox 0.9, Win2K/Netscape 7.1.
The problem is still there. You need to resize your window to make the browser window small enough to see the result.
I don't think it's OS version/Browser version related issue...
Thanks,
Jason
I am using Win2K/IE6, Win2K/FireFox 0.9, Win2K/Netscape 7.1.
The problem is still there. You need to resize your window to make the browser window small enough to see the result.
I don't think it's OS version/Browser version related issue...

Thanks,
Jason
- Wed Sep 08, 2004 7:16 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
top=143 is not the problem
Hi, Ruth,
The top=143 is not the problem. I have to specify that so I can see the "bottom border" provided by the table background when the drop down menu shows. That should affect the "vertical" offset for the subMenu but not the horizontal positions.
I think the problem is due to the way that ...
The top=143 is not the problem. I have to specify that so I can see the "bottom border" provided by the table background when the drop down menu shows. That should affect the "vertical" offset for the subMenu but not the horizontal positions.
I think the problem is due to the way that ...
- Wed Sep 08, 2004 1:52 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
filters seem not to be the answer?
Ruth,
Thanks for the tip.
I tried that filter and it doesn't work. Also, I have an impression that the filters only work best for the IE but not the rest of the browsers. So it shouldn't be the answer. (That's why I remove filters from my style.) :roll:
Take a look at the screen shots in the ...
Thanks for the tip.
I tried that filter and it doesn't work. Also, I have an impression that the filters only work best for the IE but not the rest of the browsers. So it shouldn't be the answer. (That's why I remove filters from my style.) :roll:
Take a look at the screen shots in the ...
- Wed Sep 08, 2004 2:31 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: pls look at this menu
- Replies: 21
- Views: 18790
pls look at this menu
Hi,
I am very close to convince my second client to buy this menu.
The top menu is the one my client currently using. I am trying to make another one (the bottom one) to be as the same as possible. Once I can prove that it can provide the same beheavior, then my client will buy this menu.
I ...
I am very close to convince my second client to buy this menu.
The top menu is the one my client currently using. I am trying to make another one (the bottom one) to be as the same as possible. Once I can prove that it can provide the same beheavior, then my client will buy this menu.
I ...