-
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!
-
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