Hi everyone.
I was trying to find an alternative method to calling a php script from an applet. Right now I’m using showDocument() method to do this.
My question is, how can I do this without creating a new window or ridirecting the browser to the page. I guess something like calling it passivily or something.
For background info… the php script takes in and saves the player’s name and highscore. So every game over I don’t want a new url opening up, like with showDocument().
Any help would be very much appreciated.
Thanks…