Hello,

I have searched on how to do this but can't find anything, please help me...

I have a web application that produces crystal reports within a new window, using window.open

this new window has the code to export the crystal report into a .pdf format within the window on Page_Load.

but,

when i close this window and try to produce a new report with different parameters the Page_Load doesn't run and the same report is displayed!

i tested what would happen if i deleted the temporary internet files before clicking the button that runs the window.open code, and it works,

so...

how can i delete the temporary internet files from the client machine.


or...

Can anyone think of another way to get the Page_Load to run?

Please help,
thanks!

Tom

Note1: i am using vb.net with aspx.vb code behind files for the page load.
Note2: the client machines have different operating systems on them.