i have an html page with a hyperlink. when i click on it. it should move on to other html page and display the records of a database in that second html page.
so i'll write a jsp (writing jdbc code in it)to retrieve the records and now since i redirect to a second html page. how do i make the records displayed on the redirected page?