redirecting output
Posted: Thu May 29, 2003 1:01 am
Hi,
i'm having a java applet running on my site
and this applet allows the user to submit some information to the server via a POST method. (this applet posts to a php page)
then, the php page produces output correctly
now the problem is...how can i make this output page appear in place of the applet page itself?
right now, all i can do is the send the output code back to the applet itself. and i can't do anything with it from inside the applet to make the page replace the applet page.
thank you very very much
i'm having a java applet running on my site
and this applet allows the user to submit some information to the server via a POST method. (this applet posts to a php page)
then, the php page produces output correctly
now the problem is...how can i make this output page appear in place of the applet page itself?
right now, all i can do is the send the output code back to the applet itself. and i can't do anything with it from inside the applet to make the page replace the applet page.
thank you very very much