Hello, My name is Siddharth Kulkarni, learning jsp. I have problem on "How to create drop down menu in java server pages?". Its my request, if anyone knows this then please tell me solution. Thanking You.
As simple as HTML: <select name="SomeName"> <optgroup label="Site Areas"> <option value="opt1" >Option 1</option> <option value="opt2" >Option 2</option> <option value="opt3" >Option 3</option> <option value="opt4" >Option 4</option> <option value="opt5" >Option 5</option> <option value="opt6" >Option 6</option> </optgroup> </select>
Can you explain what you meant by menu? Do you mean the one that comes here at G4Ef when you click on username of the post?
I am new to this "Go4Expert"......I want drop down menu....that means if u just put cursor on that menu title then there should appear sub menu or menu items!
Sorry, I got few bit on this....actually menu means list, but I want to create list looks like menu as created in many web sites....so please help me!!
Actually I have done this, but its not working...I am missing some tags, can't find that tag! Anyway Thanks buddy!
I said that I have done it, but its not working....only menu appears on web page, but it doesn't acts like drop down menu or pop up menu!