Basically, i have a table, each row represents a certain item
Currently i have a button below that table that leads me to another page -
<input type="button" value="Add" onClick="javascript:window.location='add_item.jsp';">

my question is, how can i just add a new row to the table itself?
thanks