open new jsp from jsp
hello e1
i am facing a problem in jsp page
problem is that on a jsp page i have certain links on click of which a pop up window of other jsp page opens giving some detail information.
now the problem is that after closing the pop up window i go to next page from the page from where pop up was opened.From next page if i clic back same pop up again open automatically without clicking the link.
this is because explorer maintains the request send from that page and runs it again on back.Can this be avoided tht it opens only when i click in thea href link only
thanks

