SiteExperts.com Logo Home | Community | Developer's Paradise
User Groups | Site Tools | Site Information | Search
 Main Menu
 Resource

Menu Toolkit


Sponsored Links
Developer's Paradise : Inside Technique :
Menu Toolkit
Submission by SiteExperts Staff

Go to the resource:
Menu Toolkit

Add to Assistant

Short Description
Turn ordinary tables into rich Dynamic HTML menu bars using our wizard.

Long Description
Transform ordinary nested tabled into rich Dynamic HTML menu bars. This toolkit for Internet Explorer 4.x or later includes a wizard that automatically generates the HTML and script for creating nested menus.

Author
Scott Isaacs
Date/ Version
1/18/1999
Submission URL
http://www.SiteExperts.com/constsets/menus/menubar.asp
Submission Date
Jan 18,1999
Last Update
Mar 21,1999
Related To
Inside Techniques
 

Discussion and Rate this Resource
Overall Rating: 4.5

kanthr on Sep 29, 2008 at 12:11:10 AMRating: 3
its good
TravMan on Jun 16, 2003 at 3:05:02 PMNo Rating
Okay, that messes with my iframe element.  Any other ideas?
TravMan on Jun 16, 2003 at 2:52:23 PMNo Rating

I figured it out.  By adding a window.location.reload(true); line inside the if statement it worked:

<script LANGUAGE="JavaScript">
function CheckIt() {
   var el = event.srcElement;
   if ((el.tagName != "TD") || (getRootTable(el).id!="menuBar")) {
cleanupMenu(menuActive)
clearHighlight(menuActive)
active=false
lastHighlight=null
window.location.reload(true);
}

}
</script>

TravMan on Jun 16, 2003 at 2:41:01 PMRating: 5
Not sure how to phrase this... I'm interested in making the menu forget where you went last.  It seems to have an annoying behavior, in that when you click through to a nested level, then click off the menu, when you go back to that menu item again, it brings up empty boxes in the position of the last path you followed.  I want it to "blank out" it's memory of where you have been once you click off.  Any ideas?  (I'm using the "CheckIt" function above.) Alternately, if it would bring up those nested levels completely visable, that would be OK too.
stic on Mar 25, 2003 at 9:03:24 PMRating: 4
I think the tool is great - I have the same isses as larrya though. Also when I put this in a top frame of a frameset it hides behind the bottom body frame - how can I stop this? Anyone?

More Ratings/ Comments


To rate and comment on a resource, you must first logon.

If you are not registered, please register yourself to become a member of the SiteExperts.community.

User Name
Password

Copyright © 1997-2008 InsideDHTML.com, LLC. All rights reserved.