Eugene wrote:

Hi! I have a HTML page generated from XSLT template by Java servlet that
opens in a new window. How can be possible to read the content of
this page and save it in file without user participation? I cant
recompile the servlet, but I need to read the request generated by it. The
page that sends request to servlet its PHP page. Please give me some ideas...

Thanks in advance.



Your question is not very clear, but if you are trying to retrieve the output produced by a servlet you can make use of the fopen()
function and pass in an http url instead of a file name.


--
Raditha Dissanayake.
------------------------------------------------------------------------
http://www.radinks.com/sftp/         | http://www.raditha.com/megaupload
Lean and mean Secure FTP applet with | Mega Upload - PHP file uploader
Graphical User Inteface. Just 128 KB | with progress bar.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to