Search found 13 matches

by Prefontim
Thu Apr 03, 2008 4:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How can i get a reference to a new window? [solved]
Replies: 2
Views: 2549

Re: How can i get a reference to a new window?

I was able to get it working, by specifying a clickfunction. inside the clickfunction, you can grab the window reference from the the '_ww' variable.
by Prefontim
Thu Apr 03, 2008 3:57 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: How can i get a reference to a new window? [solved]
Replies: 2
Views: 2549

How can i get a reference to a new window? [solved]

With milonic, if i open a new window, I don't see a way to get a reference to the opened window. In standard javascript, I can get a reference like so: var windowRef = window.open(); I'm sure Milonic uses this function, so it seems possible that they could return a reference, yet I can't find out ho...
by Prefontim
Thu Aug 09, 2007 1:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic v5778 changes how menus close when opening a link
Replies: 0
Views: 3708

Milonic v5778 changes how menus close when opening a link

In 5777, when i click on a menu item, the menu will close. In 5778, I have to mouse off of the menu after a click, before it will close? Why is this happening?

Is there a way to restore it back to its original behavior
by Prefontim
Fri Jun 29, 2007 1:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a js function to pop open a menu? [SOLVED]
Replies: 2
Views: 5321

Thankyou very much. That idea worked out great, and isn't hackish like my all of my ideas were
by Prefontim
Thu Jun 28, 2007 9:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Is there a js function to pop open a menu? [SOLVED]
Replies: 2
Views: 5321

Is there a js function to pop open a menu? [SOLVED]

I would like to open the main menu when a button is clicked on.

I am looking for a js function, similar to 'popup()', to show this milonic menu. I know one exists, since Milonic must execute it on a menu mouseover. Are they exposing one for us to use?
by Prefontim
Wed Mar 14, 2007 2:19 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: clickfunction not working with iframe targets
Replies: 3
Views: 3120

Sure, login to https://webnetwork.stone-ware.com with username:milonic and password:milonic.

All of those links should open in the bottom frame, but, they will overtake the frame. Under published apps, there is a link that should pop in a new window, though it will do the same.
by Prefontim
Tue Mar 13, 2007 3:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: clickfunction not working with iframe targets
Replies: 3
Views: 3120

clickfunction not working with iframe targets

My Milonic menu is in the top frame, and the urls's for the menu items, open up into an iframe on the page, when clicked. I am trying to add a clickfunction to these menu items, but when i do so, the iframe targets, no longer work. My menu item code looks some like this aI("image=/images/blank....
by Prefontim
Sat Oct 14, 2006 6:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu jumps when mousing over if using screenposition:bottom&
Replies: 2
Views: 3029

The site is not available for public use, but the problem went away when i downloaded the most recent version. It seems to have been a bug.
by Prefontim
Wed Oct 11, 2006 6:55 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu jumps when mousing over if using screenposition:bottom&
Replies: 2
Views: 3029

Menu jumps when mousing over if using screenposition:bottom&

I am trying to have a milonic profile similar to a Windows Desktop. So, i'm positionaing the menu near the bottom-left corner of the screen. After a few different methods, I've determined that the best way is to use screenposition:left;bottom; and have some offsets to get it exactly where i want. Ho...
by Prefontim
Thu Sep 08, 2005 6:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: iframe flicker in IE
Replies: 1
Views: 2141

iframe flicker in IE

My pages in the content iframe are flickering when mousing over the top-level menu items. For some reason, milonic resizes the iframe (maybe the whole page?) and it causes a flicker in most pages.

Tim
by Prefontim
Thu Sep 08, 2005 6:20 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu causes iFrame contents to redraw...sometimes
Replies: 13
Views: 7167

I know that the iframe flicker happens to a page that isn't contained within a table tag. i'm thinking this is because, tables are drawn all at once, so the flicker isn't obvious. My questions is, why is milonic resizing the iframe on a mouseover? i see no point to it.

Tim
by Prefontim
Tue Jun 28, 2005 10:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu causes iFrame contents to redraw...sometimes
Replies: 13
Views: 7167

bump
by Prefontim
Sun Jun 26, 2005 9:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu causes iFrame contents to redraw...sometimes
Replies: 13
Views: 7167

I am having this problem too, but only after I made some changes to the structure of my page that holds the iframes. Originally, my page consisted of two tables, with an iframe inside each one. the flicker did not happen. Later, to fix some height issues, i only used one table for both iframes, each...