hi all,
i am trying to perfform a client side dynamicity
by javascript variables and frameset combination
on the server side i use jsp
actually i am trying to offer to the user to be able to change the page without sending a new request to the server
so i thought to keep the variables in a frameset as javascript variables and whenever the user make any changes to update the framesets variables and then to reload(false) the frame (only the frame) and then re-create the frame by using the template in the cache and the info from the frameset's variables by
<script>
document.write(parent.dat1);
</script>
but my problem is
frame reloads itself from the server instead of the cache
any idea to fix the problem
OR ANY NEW WAY SOLUTION TO MY NEED
thanks anyway


Reply With Quote
Bookmarks