I have a servlet with html table data.I need to display the rows from that table in the servlet in another html page. The bar is in the forwarded html, I cannot use jsp or any scriplet. What will be the way to append the rows in the html page? Can I use Javascript or Ajax?