Search found 115 matches

by perldev
Thu Sep 30, 2004 8:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Need help with PERL
Replies: 5
Views: 3820

To replace data source with /whatever/yourprog.pl will do it.
by perldev
Thu Sep 30, 2004 5:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: background image on menu
Replies: 4
Views: 3454

Are you sure the image file is in the same directory? Post a link of your page will be very helpful to diagnose your issue.
by perldev
Thu Sep 30, 2004 3:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Question of tooltip position
Replies: 2
Views: 2322

Found the solution: reset MouseX and MouseY values before calling popup.
by perldev
Wed Sep 29, 2004 9:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Question of tooltip position
Replies: 2
Views: 2322

Question of tooltip position

Can the top and left offset be reset for each tooltip? As follows: <A href="#" onmouseover="M_toolTips.top='offset=10';M_toolTips.left='offset=10';showtip('whatever');" onmouseout="M_toolTips.top='offset=20';M_toolTips.left='offset=10'; popdown()">LINK1</A> <A href=&quo...
by perldev
Wed Sep 29, 2004 3:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: XP SP2 message
Replies: 3
Views: 2617

I believe you tested the webpage locally. like file:///C:\temp\whatever.html. If you test via web, there will be no warning. Ruth is right.
by perldev
Thu Sep 23, 2004 8:38 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: _Lhr is null or not an object
Replies: 1
Views: 1900

Caught the killer: location was defined as a locjavascript variable. :oops:
by perldev
Thu Sep 23, 2004 3:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Position problem happend when menu item is a form
Replies: 3
Views: 2639

I removed alignment="left" from the data file. Both Opera and firefox have the same position issue. However IE 5.5 or up is fine. See screenshot of Opera , screenshot of Firefox (1.0 PR) . The info of Opera is as follows: opera:about Version information Version 7.51 Build 3798 Platform Win...
by perldev
Wed Sep 22, 2004 7:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Position problem happend when menu item is a form
Replies: 3
Views: 2639

Position problem happend when menu item is a form

The demo page is position_test.html. The last menu item is a form. Its look-n-feel in IE is fine, but is not good in NS. BTW, the menu js is the newest release of Sep 16.
by perldev
Wed Sep 22, 2004 5:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: _Lhr is null or not an object
Replies: 1
Views: 1900

_Lhr is null or not an object

Don't know why that happened. The page is at here. In IE, it has the above error. In NS, it's been redirected to BASEUSL/undefined.
by perldev
Wed Sep 01, 2004 8:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SP2 issue -- how do you "unblock"
Replies: 9
Views: 6364

Click on "Information bar" >> "allow blocked content...", you will see the sample menu. To disable the bar, you may try this in winnt.sif [IEPopupBlocker] ShowInformationBar = No or this from registry: ;Dont Show The Information Bar Dialog [HKEY_CURRENT_USER\Software\Microsoft\In...
by perldev
Mon Aug 30, 2004 9:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with '&' in a URL string
Replies: 6
Views: 4523

Try this out:

Code: Select all

aI("text=Other;url=/bar/reports/startpage.jsp?p1=2"+"&p2=404");
by perldev
Mon Aug 30, 2004 5:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: JavaScript errors after upgrading from Version 5.3 to 5.44
Replies: 11
Views: 6174

Since you didn't change the name of milonic_src.js and mmenudom.js, they could be cached. Clean up your cache, and try again. or append a ? +timestamp at the end of script src.

Good luck
by perldev
Mon Aug 30, 2004 4:46 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Question about highlighting mainmenu
Replies: 4
Views: 3258

pageimage and pagematch worked! A fix for some URL appears in different mainmenu.
A
Imagesomething1 linked to /apage.html?A
B
Imagesomething2 linked to /apage.html?B
by perldev
Mon Aug 30, 2004 4:20 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Question about highlighting mainmenu
Replies: 4
Views: 3258

Ruth-

Thanks for your valuble suggestions. One more question: can "pageimage" match two URLs? like pageimage=/DIR_A/||/DIR_B/?
by perldev
Sun Aug 29, 2004 2:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Question about highlighting mainmenu
Replies: 4
Views: 3258

Question about highlighting mainmenu

The mainmeu has 7 aIs; each aI constructed like: aI("image=nav_01.gif;imageover=nav_01-over.gif;url=/somelink.html;..") Whenever a submenu is selected, its parent (one of mainmenus) should be highlighted (f.g: img src=nav_01-on.gif); Since the mainmenu doesn't have text property, the pagem...
by perldev
Sun Aug 29, 2004 2:59 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: what's the purpose to make data file dynamic?
Replies: 3
Views: 2528

If the menu content changes a lot, it's better to use dynamic one. Thanks for your clearification, John.
by perldev
Sat Aug 28, 2004 3:12 pm
Forum: Menu Images
Topic: pageimage or anything else? highlight current category
Replies: 3
Views: 12678

I tried pagematch as follow, which doesn't work aI("url=/A/a.html;image=/images/A.out.gif;imageover=/images/A.over.gif;showmenu=menu a"); .. with(milonic=new menuame("menu a")){ aI("text=item a1;url=/A/a1.html;pagematch=/A/;"); aI("text=item a2;url=/A2/a2.html;page...
by perldev
Sat Aug 28, 2004 1:34 pm
Forum: Menu Images
Topic: pageimage or anything else? highlight current category
Replies: 3
Views: 12678

pageimage or anything else? highlight current category

The menu structure of our site is A A1 A11.. An B B1.. Both A and B are images; each image has two status. fg: A.out.img, A.over.img. If any page under category A is the current page, A should show A.over.img (highlighting A); How to do this? using pageimage or anything else? Is there an example I c...
by perldev
Sat Aug 28, 2004 2:14 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu picks up element not defined in data file
Replies: 7
Views: 4312

Checked error_log file, found an error: /blank.html not exists. I guess you use it as a container to deal with select box etc. After I added the blank page, it seems the problem goes away. If it comes back, I will update the thread.
by perldev
Sat Aug 28, 2004 12:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: what's the purpose to make data file dynamic?
Replies: 3
Views: 2528

what's the purpose to make data file dynamic?

I saw milonic use menu.php as data file. Why not use menu.js instead? If use menu.php, the data file will be loaded everytime. If using js, it could be cached.