Save HTML file on server before opening on IE page client side.
Hy,
I wonder if it is technically possible with Java to make this operations:
I save automatically a file on a server (rtf, or html) generate from a form in a web client page and in the same times (after save action) it make it appear on the web client.
To resume, if i was a little confuse, i have a form , i pass my parameters and when i submit the parameters, i save a RTF file (generate with my parameters) and i display the file on my client web .
Thx for help

