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:
- No new posts, Where has the dropdown menu script gone? 4, New Zeal, 6594
- Users: All websites using this script for free must contain somewhere a visible crediting link to TwinHelix Designs, e
- 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
- Download Php Vertical Menu Script at PHP Informer: ConTEXT, PHP Expert Editor, Sothink DHTML Menu
- Internet has a lot of scripts with the name "Drop Down Menu"
- 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
Bookmarks