PDA

Click to See Complete Forum and Search --> : Webpage menu - listbox


KornChild
Apr 28th, 2001, 04:03 PM
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!

VirtuallyVB
Apr 30th, 2001, 10:16 AM
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/forumdisplay.php?s=&forumid=11 and http://forums.vb-world.net/forumdisplay.php?s=&forumid=4 respectively).

The Java Tutorial:
http://java.sun.com/docs/books/tutorial/?frontpage-spotlight
Your First Java Applet:
http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html#3