Search found 2 matches

by webmaster@bryansbunch.com
Thu Feb 21, 2002 6:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Can't use in frames with external content
Replies: 3
Views: 4027

Can't use in frames with external content

Using a nav frame and a main content frame.

Any time you load a page in the content frame that doesn't "onload" the script, you get the "Object doesn't support this property of method" script error when you mouseover the menu. (IE 6)

If only the top level menu (called from the nav frame) could be ...
by webmaster@bryansbunch.com
Tue Feb 19, 2002 6:36 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Coding style
Replies: 3
Views: 4472

Re: Coding style

I'm finishing up a .NET server control as we speak that fixes these coding style problems. If you're not familiar with .NET server controls, think of them as COM objects for now.

I've created a very object-oriented approach to creating the menus where the menu, the menu items, and the menu links ...