What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help] to clear the http web requests

[help] to clear the http web requests
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [help] to clear the http web requests
quote:
Originally posted by roflmao456
how do i clear the cache of http web requests?

it always displays the same content that i'm trying to download :p

You could just add a random number onto the end of the URL, so it's fooled into thinking it's loading a different page to the cached one. e.g:
code:
var URL = "http://example.com/?" + Math.random();

This post was edited on 06-03-2007 at 10:16 PM by Eljay.
06-03-2007 10:16 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help] to clear the http web requests - by roflmao456 on 06-03-2007 at 10:09 PM
RE: [help] to clear the http web requests - by Veggie on 06-03-2007 at 10:15 PM
RE: [help] to clear the http web requests - by Eljay on 06-03-2007 at 10:16 PM
RE: [help] to clear the http web requests - by Ezra on 06-03-2007 at 10:18 PM
RE: [help] to clear the http web requests - by roflmao456 on 06-03-2007 at 10:28 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