<br><br><div class="gmail_quote">On Tue, Nov 3, 2009 at 7:10 PM, Japus <span dir="ltr">&lt;<a href="mailto:jasper.maes@gmail.com">jasper.maes@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello<br>
<br>
I&#39;m imlementing an online game, Stratego and for that I use the PLT<br>
web-server. Everything goes well but I&#39;m stuck trying to find out how<br>
I can force the browser to reload the servlet.<br>
An example:<br>
Player 1 is able to move a pawn and in the meanwhile Player 2 can&#39;t<br>
(which is obvious)<br>
When Player 1 is done, Player 2 can make a move but before he can do<br>
that he has to manually reload his browser. And that&#39;s what I&#39;m trying<br>
to do automatically using some kind of variable and a controlling<br>
procedure that determines which browser should be refreshed.<br>
<br>
Thanks<br>
<br>
Jasper<br></blockquote><div><br>Sounds to me like you just want to update the *page*, not the servlet...after all, the code hasn&#39;t changed, right?<br><br>If that&#39;s the case, look into jquery <a href="http://jquery.com/">http://jquery.com/</a><br>
<br>Dave <br></div></div>