+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 5 of 8

Thread: Menu script

  1. #1
    khongbiet2008
    Guest

    Menu script

    It's me again



    I would like to create a script that will display a 'Main Menu' which will link to other scripts in the same directory. Is it possible to have a scrolling menu and pretty colours for this?
    More Information:
    1. So if you only need one color, use the menu below, otherwise
    2. Thats the beauty behind this restaurant menu script! The Programming has been done for you and requires no knowledge of programming to install or use
    3. The menu can be used by the visitor to quickly jump to various links, whether within your site or externally
    4. Site owners, advertisers and those who want to work at it can order scripts for regular and new dynamic effects
    5. Paste the following code within the same html page in the position where you want to have the menu: <script type="text/javascript" src="menudir/data

    More:


  2. #2
    haydaynha
    Guest

    My humble bare knowledge and incomplete understanding tells me you would like to do some ncurses-like thing. However, I don't think ncurses libraries can be driven by a shell script. Needs some C programming i think.



    Otherwise, I think the only way left is to use embed ANSI color sequences but it just adds some color and you can't have effects like the use of arrow keys to jump between and highlight items etc.
    More Information:
    1. I lost a harddrive with most of my favorite scripts, so I found this site; absolutly great! How about making a paypall 'donate' page so we can show you a little appreciation! Thanks, Cfre4k
    2. The menu script can be customized highly and easily through the SCP(Script Configuration Program)
    3. --> <!-- Below is the code for the hyperlinks that expand and collapse the menus
    4. An accordion style expanding and contracting CSS menu, powered using jQuery
    5. I have an open source Flash menu and would like to modify it slightly
    6. Deluxe Tree is cross-frame and cross-browser DHTML Javascript tree menu with a lot of powerful features, flexible
    7. It dynamically expands the chosen menu item when clicked on (
    8. SMTP and POP3 tool for VBScript, ASP, VB, VC++, VB

  3. #3
    zerotrang
    Guest

    if you use ksh you can easily use select or case to build a text menuing system.
    More Information:
    1. One day I needed to make such menu for my site
    2. Separate license can be purchased to allow redistribution of the script
    3. id="menu1": Used by the Flyout Menu script to position the menu, which will appear just to the right of the image
    4. 12 posts - 6 authors - Last post: Mar 24, 2008So this tip assigns a keyboard shortcut to the script icon in the menu bar, and allows you to easily select the scripts/workflows within by keyboard
    5. ScriptForest Popup Menu Builder is an easy to use tool that
    6. One of the most advanced accessible list-based/CSS driven website menu scripts available worldwide
    7. This is an XHTML compliant, CSS-formatted menu script, designed to work with the current generation of standards-based websites
    8. EZmenu is a highly rated and highly popular dhtml menu script
    9. To set the number of columns for all submenus in the dhtml menu script use the following parameter: var smColumns = 3;
    10. --> <p> <a href="#" onclick="collapse_menu(menu1, 0); return false">Menu 1</a><br> <span id

  4. #4
    akai
    Guest

    Something like this ksh script (on an 80 col x 25 row screen), where things are carefully positioned.. but this script doesn't include colors, just a menu:

    Code:

    choice=0

    while [ $choice -ne 4 ]
    do

    clear

    echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""
    echo " ###############################################"
    echo " # Choose a script to run from the list below: #"
    echo " # #"
    echo " # 1) Rename script (./scr) #"
    echo " # 2) Another script (./folder/another) #"
    echo " # 3) OneMore script (../progs/onemore) #"
    echo " # #"
    echo " # 4) QUIT #"
    echo " # #"
    echo " ###############################################"

    echo ""
    echo -n " Choice: "
    read choice

    case "$choice" in
    1 ) ./scr ;;
    2 ) ./folder/another ;;
    3 ) ../progs/onemore ;;
    4 ) clear; exit 1 ;;
    esac

    done

    More Information:
    1. No new posts, Where has the dropdown menu script gone? 4, New Zeal, 6594
    2. Users: All websites using this script for free must contain somewhere a visible crediting link to TwinHelix Designs, e
    3. This script allows you to have multiple collapsible menus on your page just as the earlier version did with each menu being able to be expanded
    4. Download Php Vertical Menu Script at PHP Informer: ConTEXT, PHP Expert Editor, Sothink DHTML Menu
    5. Internet has a lot of scripts with the name "Drop Down Menu"
    6. If you would like help with any of the scripts featured here - or help with anything to do with creating a website, then please visit this Web Forum

  5. #5
    baotoan87
    Guest

    thanks guys, it's a good start
    More Information:
    1. This is the continuing development of the extremely popular PHP Restaurant Menu Script that was previously found here
    2. everything from BEGINNING OF MENU through END OF MENU is required - in general, other than noted, you can treat the contents of table cells as you normally would; however, take
    3. The other scripts haven't been neglected, as most of them have been updated: v5
    4. Allowing the script to change the content of the included menu so it shows which page is current / active
    5. All menus that are not submenus are referred to as top level menus

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Similar Threads

  1. Dhtml Menu Bar Script..help
    I am trying to impliment a script from simplythebest.net This is my first time trying to do something like this. I do all of the steps..I...
  2. Navigation menu script
    Hello, I need a script or please suggest me how make a correction in my menu links at once for all my webpages. (I have many HTML pages and I...
  3. anyone know what i'm talking about? I need a menu script
    I remember seeing a really neat menu script. The thing is I can't remember what site I saw it on. I think it was based on css and javascript which...
  4. looking for a menu tree script
    for . want i want is it to be: cookie based so the tree stays open when clicked on the links. one tree open at a time. all trees closed by...
  5. A Java script menu
    Okay, I'm supposed to make a very simple tour with HTML and Javascript, well, here is the code to the JavaScript- Quote: ...

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Irish Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Welsh Yiddish