B
Bert Van Aerschot
Hi all,
I have to make a page with an inline frame, in this frame will come a
dynamic generated PDF.
The PDF will have to be stored on the server to load in the preview frame
but after the user had loaded the pdf in his browser I want it removed.
Any suggestions how to do this are very welcome.
I thougt maybe I could use a General variable defined in global.asa that
counts from 1 to 100 or something and every time a pdf is generated the
number = number + 1 so I can create a pdf with the name ' filename & number
& ".pdf" ' so that there would be constantly 100 pdf's on the server but not
more and there is no danger of mixing up the preview which users get to see
because it takes a while before their number is used again / their pdf is
overwritten...
Please correct me if I'm wrong.
kind regards.
b.
I have to make a page with an inline frame, in this frame will come a
dynamic generated PDF.
The PDF will have to be stored on the server to load in the preview frame
but after the user had loaded the pdf in his browser I want it removed.
Any suggestions how to do this are very welcome.
I thougt maybe I could use a General variable defined in global.asa that
counts from 1 to 100 or something and every time a pdf is generated the
number = number + 1 so I can create a pdf with the name ' filename & number
& ".pdf" ' so that there would be constantly 100 pdf's on the server but not
more and there is no danger of mixing up the preview which users get to see
because it takes a while before their number is used again / their pdf is
overwritten...
Please correct me if I'm wrong.
kind regards.
b.