[Resolved] AJAX cache problem - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: [Resolved] AJAX cache problem (/showthread.php?tid=64809) [Resolved] AJAX cache problem by Huhu_Manix on 08-12-2006 at 01:53 AM
Hi, code: Someone know how I can refresh the URL ? Thx I found this but i don't try yet : code: RE: [Resolved] AJAX cache problem by matty on 08-12-2006 at 02:52 AM
Why not just use the DeleteUrlCacheEntryW API? code: RE: [Resolved] AJAX cache problem by Huhu_Manix on 08-12-2006 at 12:14 PM Thanks i'll try if no-cache doesn't works. RE: [Resolved] AJAX cache problem by alexp2_ad on 08-12-2006 at 01:12 PM
The common way is usually to add a random number to the url... RE: [Resolved] AJAX cache problem by Huhu_Manix on 08-13-2006 at 07:02 PM I tried with no-cache and the DeleteUrlCacheEntryW, that's works ! |