ammalu schreef:
i want some example program(code) regarding how to delete temporary
internet files by using java are jsp are java script.can u plse help me
You cannot delete temp internetfiles. They are part of the caching
mechanism of the browser. If you could do that directly, you have a
broken browser.
You can however suggest to the browser to NOT chace them by sending the
right headers, like expires.
Google around for them.
Beware of the multiple bugs, especially in IE.
Regards,
Erwin Moller
--
"There are two ways of constructing a software design: One way is to
make it so simple that there are obviously no deficiencies, and the
other way is to make it so complicated that there are no obvious
deficiencies. The first method is far more difficult."
-- C.A.R. Hoare