Hi Andreas,
I guess you can enforce script reloading by appending a random
get parameter to the script URL, i.e.
<script src="myscript.js?p={timestamp}"/>
or something like that. (I know that's ugly brute force ...)HTH, Johannes
Andreas Hartmann wrote:
Hi Cocoon community,
I'm using a javascript tree widget which is embedded in a page (<script src="..."/>).
When a node is moved in the tree and a redirect to the original page is invoked, the javascript is not reloaded in IE 6.0. It works fine with Mozilla, and it works in IE when I turn off the browser cache.
Does anyone know how to get IE to check the javascript for changes on every page visit?
Thanks in advance! -- Andreas
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
