| Author |
problem with checkbox event in jsp page
|
Ahmed Shaikh
Ranch Hand
Joined: Jul 25, 2005
Posts: 51
|
|
Hi All, I have some problem with checkbox event in jsp page Problem is that --> There is two jsp files 1.main.jsp 2.bottom.jsp I included bottom.jsp in main.jsp using <jsp:include/> bottom.jsp contains two checkbox in first row and relative values in second row of a table. when a user select one check box it has to show relative values (wrt that selected checkbox)in second row. In this case user can select both the checkbox then it will show all the values related with those checkbox. This all changes will happend on main.jsp which included bottom.jsp. plzzzzz help me in solving this problem.. i am weak in javascript so plz me with example... Thanx in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56177
|
|
|
Moved
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Trying to clear up what you are trying to do. You have a two checkboxes. Depending on which one they check, different checkboxes appear on the page? Eric
|
 |
 |
|
|
subject: problem with checkbox event in jsp page
|
|
|