marekk
11-25-2002, 10:20 AM
Hi all ;)
I need some help with the following:
I have a JAVA applet on page, which I don't want to be cached by browser.
Is there any possibility how to tell the browser not to cache an applet (I mean a property of the <applet> tag, ets.) ?
The html page the applet is used on, does have following meta tags setting:
<META HTTP-EQUIV="Expires" CONTENT="0">
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache">
so the html file itself is not cached, but when I call:
<applet name='test' archive="../class/test.jar" ...>
the test.jar file is always cached.
Can anybody help me, how to prevent the caching of the .jar file ?
Thank you.
Regards,
Marek Mahdal
Slovakia
I need some help with the following:
I have a JAVA applet on page, which I don't want to be cached by browser.
Is there any possibility how to tell the browser not to cache an applet (I mean a property of the <applet> tag, ets.) ?
The html page the applet is used on, does have following meta tags setting:
<META HTTP-EQUIV="Expires" CONTENT="0">
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Cache-Control" content="no-cache">
so the html file itself is not cached, but when I call:
<applet name='test' archive="../class/test.jar" ...>
the test.jar file is always cached.
Can anybody help me, how to prevent the caching of the .jar file ?
Thank you.
Regards,
Marek Mahdal
Slovakia