Search found 8 matches

by raemacleman
Thu Dec 11, 2008 9:47 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on showmenu with no url
Replies: 3
Views: 3419

Re: Error on showmenu with no url

Ruth,

Thank you for your help. You can see the menu at ...

http://www.dark-tobacco.com/

The Functions and Directions pages are missing so you'll get a 404 but the Head Office link returns 'false'.

Rae
by raemacleman
Thu Dec 11, 2008 7:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error on showmenu with no url
Replies: 3
Views: 3419

Error on showmenu with no url

Hi,

I suspect that this isn't a very difficult question but I've been unable to find the answer by searching this forum. The problem is that I want a menu link wich will show a sub menu but not actually link to a page itself. My example is a menu item called "Head Office" which when moused over ...
by raemacleman
Thu Dec 04, 2008 6:19 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error in breadcrumbs demo _mi[i] is undefined
Replies: 5
Views: 4130

Re: Error in breadcrumbs demo _mi[i] is undefined

Ruth,

Having thought about this for a bit, it appears that I could write out breadcrumb links by taking the string returned in mm_selectionSequence, splitting it, then getting the url for each menu item text and then re-writing the string with the urls added.

Are there functions which would allow ...
by raemacleman
Thu Dec 04, 2008 5:54 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error in breadcrumbs demo _mi[i] is undefined
Replies: 5
Views: 4130

Re: Error in breadcrumbs demo _mi[i] is undefined

Sorry,

For some reason I read your earlier version before it was amended. On looking again the code sample had been refreshed.

Kind regards
Rae MacLeman
--
by raemacleman
Thu Dec 04, 2008 5:52 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error in breadcrumbs demo _mi[i] is undefined
Replies: 5
Views: 4130

Re: Error in breadcrumbs demo _mi[i] is undefined

Ruth,

Thank you for this, but it doesn't actually work either. One variation of your syntax which works for me is this...

url=javascript:mm_openUrl('/photo-album.html');clickfunction=mm_getSelectionSequence();");

... and now it works!

However, it doesn't actually write links (my interpretation ...
by raemacleman
Wed Dec 03, 2008 5:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Error in breadcrumbs demo _mi[i] is undefined
Replies: 5
Views: 4130

Error in breadcrumbs demo _mi[i] is undefined

Hi,

My aim is to build in the text breadcrumbs functionality as outlined in the mm_passItemRef demo in your support area. Trying the demo with Firefox 3 yields an error (and no breadcrumbs) - "_mi is undefined" and the line it highlights is ...

function mm_getSelectionSequence()
{
var ...
by raemacleman
Wed Jul 26, 2006 6:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu offset in table cell
Replies: 2
Views: 2534

Many thanks...

... it's been a long day. I should spotted that - thanks.

Rae MacLeman
by raemacleman
Tue Jul 25, 2006 12:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu offset in table cell
Replies: 2
Views: 2534

Menu offset in table cell

Hi,

I've used the menu successfully since January 06 by adding the JS to a table cell - works fine. I've just written a web based admin panel to build the menu on the fly from an SQL Server database, and the resulting menu (which should be sitting neatly in the topmost table cell) is offset to the ...