Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. chrscote829

    Need help with collapsible menus in a frame.

    var nom = 4; // Number of menus var usePictures = 1; // use pictures? 1 = yes, 0 = no var ttls = new Array(); // An array for the title objects var subs = new Array(); // An array for the submenu objects var lastn; var lastmove; if (document.layers) { visible = 'show'; hidden = 'hide'; } else...
  2. chrscote829

    Need help with collapsible menus in a frame.

    OK, here's the code I have. I'm sorry about it being long but I found it on javascript.internet.com. It was the only place I could find anything close to what I wanted. var nom = 4; // Number of menus var usePictures = 1; // use pictures? 1 = yes, 0 = no var ttls = new Array(); // An array...
  3. chrscote829

    Need help with collapsible menus in a frame.

    Ok, here's a part of the menu I'd like to have on one of my frames: Home Serial Numbers Fordson at Work Farming Forestry City Work Plowing My Work 1922 Fordson Tool Collection Fairs ... ... Now what I would like to have the main menu have just the 4 items to the far...
  4. chrscote829

    Need help with collapsible menus in a frame.

    I am currently working on a frame which contains a main menu. What I need is to have a few of the items expand with some submenu items. I have seen one method on the web, but when a user clicks on a different item while one is expanded, the previous submenus close. Does anyone know how to...

Part and Inventory Search

Back
Top