A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Engineering
»
HTML, CSS and JavaScript
Author
selecting between two list boxes
Amol More
Greenhorn
Joined: Jan 22, 2010
Posts: 29
posted
Jan 29, 2010 05:29:37
0
hey everyone
i have placed two listboxes on my form and i want to find out which list box
has been selected at runtime what will be the method for doing it in javascript
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56218
13
I like...
posted
Jan 29, 2010 08:32:10
0
Please take the time to choose the correct forum for your posts. This forum is for questions on
JSP
. For more information, please
read this
.
This post has been moved to a more appropriate forum.
[
Smart Questions
] [
JSP FAQ
] [
Books by Bear
] [
Bear's FrontMan
] [
About Bear
]
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
I like...
posted
Jan 29, 2010 21:48:44
0
by 'selected', do you mean focus ?
try this code:
<select name="select" size="3" onFocus="alert('I am selected');"> <option value="item1">item1</option> <option value="item2">item2</option> <option value="item3">item3</option> </select> <select name="select" size="3" onFocus="alert('Now I am selected');"> <option value="item1">item1</option> <option value="item2">item2</option> <option value="item3">item3</option> </select>
My Website: [
Salvin.in
] Cool your mind:[
Salvin.in/painting
] My Sally:[
Salvin.in/sally
]
Amol More
Greenhorn
Joined: Jan 22, 2010
Posts: 29
posted
Feb 01, 2010 02:17:05
0
sorry for selecting the wrong foroun its because i am new i am not used but thank you for letting me know
and also thanks for the reply
salvin francis
Ranch Hand
Joined: Jan 12, 2009
Posts: 915
I like...
posted
Feb 01, 2010 21:54:16
0
salvin francis wrote:
by 'selected', do you mean focus ?
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: selecting between two list boxes
Similar Threads
custom Tag Libraries ??
Companies doing Security/Penetration Testing ?
Design Patterns covered in IBM 483 Exam
Applet Gui buttons/gui gets distorted in jre 1.6.0_21+ versions
Get date List between two dates in mysql
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter