What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Resolved] AJAX cache problem

[Resolved] AJAX cache problem
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [Resolved] AJAX cache problem
Why not just use the DeleteUrlCacheEntryW API?

code:
function ClearCache(sUrl){
    return Interop.Call('wininet.dll', 'DeleteUrlCacheEntryW', sUrl);
}
08-12-2006 02:52 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Resolved] AJAX cache problem - by Huhu_Manix on 08-12-2006 at 01:53 AM
RE: [Resolved] AJAX cache problem - by matty on 08-12-2006 at 02:52 AM
RE: [Resolved] AJAX cache problem - by Huhu_Manix on 08-12-2006 at 12:14 PM
RE: [Resolved] AJAX cache problem - by alexp2_ad on 08-12-2006 at 01:12 PM
RE: [Resolved] AJAX cache problem - by Huhu_Manix on 08-13-2006 at 07:02 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On