If you aren't using "load" to load the urls, unloading most likely doesn't
apply. either a) your system or network is caching, or your isp is
cacheing.. either way the easiest solution is to append something to the
end of the url each time. Think someone mentioned this but might only be in
the forums.

Even doing something simple like
get url merge("http://myUrl.com/#[[the milliseconds]]") should force a new
fetch since it is seen as a new url. (or use /?dummyparameter=[[the
milliseconds]]

If you are using load of course, then yes.. use unload.  If you use load
with a message you can auto-unload when the message fires since the URL is
passed as a parameter to the message.
_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to