Howto delete the cache in IE from a button on my webpage

K

KS

Because of the cache/temp memory in the IE I have problems updating a
date.js which is in it.
I have a date.js that contains a lot of data which is included in my
webpages by "<script language="JavaScript" src"date.js"></script>"

On a webpage im editing the data that the date.js contains. When I hit a
button on my page I want the date.js to be delete from the cache of IE.
I have to do this manually by hitting tools in the menybar of IE, which is
not a good solution.
How do I delete the IE cache from a javascript, and is it possible to just
delete the date.js in the cache, and not everything, so that changes get
displayed after altering it?

KS
 
T

Thomas 'PointedEars' Lahn

KS said:
Because of the cache/temp memory in the IE I have problems updating a
date.js which is in it.

Get a working UA. Anything else is (bordering to) nonsense.
I have a date.js that contains a lot of data which is included in my
webpages by "<script language="JavaScript" src"date.js"></script>"
^^^^^^^^^^^^^^^^^^^^^ ^^^
Should be

<script type="text/javascript" src="date.js"></script>

If you would have cared to read before you posted, you would have known
this.
How do I delete the IE cache from a javascript,

You cannot and that is a Good Thing (AtiaGT).
and is it possible to just delete the date.js in the cache,

It is not possible to modify the contents of
the cache by other than user actions. AtiaGT.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,069
Latest member
SimplyleanKetoReviews

Latest Threads

Top