[mochikit] Re: IE 7 Issues

2007-10-11 Thread jack139
a simple way is add an addition parameter in your URL string using Javascript like this: URL_string= 'http://anysite.com/?seed='+Math.random(); gt On Oct 11, 2:02 am, Kevin Damm [EMAIL PROTECTED] wrote: It's probably an issue with IE7 aggressively caching the request. Try adding a unique

[mochikit] Re: IE 7 Issues

2007-10-11 Thread Morten Barklund
:21 PM To: MochiKit Subject: [mochikit] Re: IE 7 Issues You are correct, adding a timestamp worked. Do you know if there is a way to shut it off? On Oct 10, 2:02 pm, Kevin Damm [EMAIL PROTECTED] wrote: It's probably an issue with IE7 aggressively caching the request. Try adding a unique

[mochikit] Re: IE 7 Issues

2007-10-10 Thread Kevin Damm
It's probably an issue with IE7 aggressively caching the request. Try adding a unique string (e.g. datetime and a random number) to the end of your request as part of the query string so that IE views it as a unique page. So, an example, http://mysite.com/ajax-process.php?var=value would become

[mochikit] Re: IE 7 Issues

2007-10-10 Thread Dave Marsh
You are correct, adding a timestamp worked. Do you know if there is a way to shut it off? On Oct 10, 2:02 pm, Kevin Damm [EMAIL PROTECTED] wrote: It's probably an issue with IE7 aggressively caching the request. Try adding a unique string (e.g. datetime and a random number) to the end of

[mochikit] Re: IE 7 Issues

2007-10-10 Thread Jason Bunting
] On Behalf Of Dave Marsh Sent: Wednesday, October 10, 2007 1:21 PM To: MochiKit Subject: [mochikit] Re: IE 7 Issues You are correct, adding a timestamp worked. Do you know if there is a way to shut it off? On Oct 10, 2:02 pm, Kevin Damm [EMAIL PROTECTED] wrote: It's probably an issue with IE7