in HTML , add,delete,save buttons...
when I click "save" button all the information (records) will be inserted into the database.
For this,
first am sending dynamic table records from javascript to jsp like this..
in jsp, am inserting records...
In this process all the records information are appending in the query
string .
document.location.href without querystring ??? then how can I get the dynamic data in jsp?