hello all, am relatively new at html/js/java but have been programming c++ for years. am working on a project using jsp/weblogic.
my main jsp is divided into 2 columns.
the left column allows searching and the right column displays details of selected searched items from the left.
i have something working now using an iframe as my left column but am wondering if it's possible to do this w/o the iframe to avoid backspace issues?
is it possible, in the left hand column, to create a form that submits the search key (to my .jsp handler), retrieve the returned search data, and update a table with the results w/o refreshing the entire page? ideally only the table would be refreshed with each search.
thanks!
my main jsp is divided into 2 columns.
the left column allows searching and the right column displays details of selected searched items from the left.
i have something working now using an iframe as my left column but am wondering if it's possible to do this w/o the iframe to avoid backspace issues?
is it possible, in the left hand column, to create a form that submits the search key (to my .jsp handler), retrieve the returned search data, and update a table with the results w/o refreshing the entire page? ideally only the table would be refreshed with each search.
thanks!