dynamic page with frameset and javascript variables

liunx

Guest
hi all,<br />
<br />
i am trying to perfform a client side dynamicity<br />
by javascript variables and frameset combination<br />
<br />
on the server side i use jsp<br />
<br />
actually i am trying to offer to the user to be able to change the page without sending a new request to the server<br />
<br />
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<br />
<br />
<script><br />
document.write(parent.dat1);<br />
</script><br />
<br />
but my problem is<br />
frame reloads itself from the server instead of the cache<br />
<br />
any idea to fix the problem<br />
<br />
OR ANY NEW WAY SOLUTION TO MY NEED<br />
<br />
thanks anyway<!--content-->This is basically the same thread as this one (<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=31604">http://forums.webdeveloper.com/showthre ... adid=31604</a><!-- m -->).<!--content-->
 
Back
Top