Hi. I have a JSP with two columns in a table. The left column lists the URLs, such as
www.google.com and
www.yahoo.com . The right column supposes to display the result if one of the URLs on the left column is clicked.
Right now, when I click a URL, a new page is displayed showing the result, instead showing the result on the right column.
Please help.
If you have snippet of code, I appreciate if you could post it.