The Artima Developer Community
Sponsored Link

Java Answers Forum
drop down menu

2 replies on 1 page. Most recent reply: Jul 22, 2002 3:41 AM by Madhusudhan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
akim

Posts: 12
Nickname: akim
Registered: Jul, 2002

drop down menu Posted: Jul 21, 2002 11:59 PM
Reply to this message Reply
Advertisement
How to do the drop down menu using the java script or any web page can i study...


Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: drop down menu Posted: Jul 22, 2002 1:57 AM
Reply to this message Reply
search using google... drop down menu html. You will find a lot of information.

Madhusudhan

Posts: 5
Nickname: mad
Registered: Jun, 2002

Re: drop down menu Posted: Jul 22, 2002 3:41 AM
Reply to this message Reply
Drop down menu is nothing but combo box.
You want to write javascript to this?
You must write a function within script tags,and call this function in select tag.Like this.
func(){
---
--
}
<select name=xxx onchange="func()">
<option value=>name1
<option value=>name1
</select>

bye
mad.

Flat View: This topic has 2 replies on 1 page
Topic: Java Interview Questions Previous Topic   Next Topic Topic: How to avoid Memory Leaks in JAVA?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use