Hi all,
I am loadin the
Jsp page in a particular frame with the help of 'open()' function as given below,
open("nameofpage.jsp", "framewheretoload");
But my problem is:
First time the browser loads the Jsp page properly with all the values fetched and displyed in a drop-down-list box. These values are fetched from database.
But if I change these values from some other page and comes back to the previous one, the latest values are not displayed (jsp is not reloaded), and the old page is loaded again.
This is I think due to the caching of the browser.
But If I clear the cache of the browser and work again it works fine.
Can anybody suggest me a way to code the jscript in such a way that everytime it reloads the JSP page and displays the updated data.
Kindly send me your suggestions.
Hope to get some help
thanks in advance
shikhar