aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes problem with checkbox event in jsp page Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "problem with checkbox event in jsp page" Watch "problem with checkbox event in jsp page" New topic
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
    
  13

Moved


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Eric Pascarello
author
Rancher

Joined: Nov 08, 2001
Posts: 15357
    
    6
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
 
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: problem with checkbox event in jsp page
 
Similar Threads
include page and include file
lost session attribute on src JSP's
Please solve the problem.
database error
group of checkboxes with multi select dropdown