update « HTML « JSP-Servlet Q&A





1. Using Popup Window to Update JSP Row    coderanch.com

Hello, I am displaying several rows of data in a table on my web page. I need to be able to: 1) click a link/button and have a popup window appear with a textarea 2) allow the user to enter data into the textarea 3) send the data from the textarea back to the JSP and update that specific row's textarea ...

2. Updating a table in HTML using JSP.    coderanch.com

I've a webpage which retrieves the "Book Lists" from the database and it puts the data in the table. But when i click on the next button/next page, how the Table Data should change. Look at the code below.

Top Sellers

<% ResultSet rs1; int counter = 0; String[] imgLoc = new String[10]; String[] bookPrice = new String[10]; String[] ...