Results 1 to 2 of 2

Thread: Webpage menu - listbox

  1. #1

    Thread Starter
    Junior Member KornChild's Avatar
    Join Date
    Mar 2001
    Location
    Oklahoma
    Posts
    26

    Question Webpage menu - listbox

    I'm new to java or javascript whichever I will need to do this. How would I make a simple menu with text

    Downloads
    Forum
    Chat

    like that and when the user clicks a section it acts like a listbox in windows sort of.

    Downloads
    Section1
    Section2
    Forum
    Chat

    So it like drops down and when the user clicks downloads again it goes back to normal (the beginning). I'm doing this for a menu of a webpage so if anyone can help me out id appreciate it cause i dont have the slightest clue. thanks for everyones helps, if anyone has questions please ask!

  2. #2
    VirtuallyVB
    Guest
    To present this within a web page; you could use a java applet (where your source code would be hidden), or javascript(where your source code would be visible), or vbscript (basically the same as javascript). The *script languages also have forums here at vb-world ( http://forums.vb-world.net/forumdisp...?s=&forumid=11 and http://forums.vb-world.net/forumdisp...p?s=&forumid=4 respectively).

    The Java Tutorial:
    http://java.sun.com/docs/books/tutor...page-spotlight
    Your First Java Applet:
    http://java.sun.com/docs/books/tutor...a/win32.html#3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width