>You can do this using GET and showDocument().
Do you mean sending the data through GET instead of
POST? If so, I can´t do this, it´s a lot of
information....
If not, how can I do this?
>Otherwise, the only way to do it that I know of is
>to have the PHP script
>save its output to a file on the server and then use
>showDocument() to have that output appear in a new
>window.
Yes, I saw an article about that... it´s quite a lot
of work, isn´t it?
Do you happen to know a PHP script that does that?
I know this is a java list... but I wanted to get an
idea of the steps I have to take: the script to save
the file can be on the same script that generates the
HTML and is called from the applet? And after the file
is saved, how do I send the user to this file? (do I
use rediretion?)