PDA

View Full Version : asyncRequest



pomata
2 Dec 2006, 6:27 PM
sorry if question is stupid....

when I use something like this

YAHOO.util.Connect.asyncRequest('POST', 'postpage.php',
{success: commentSuccess, failure: commentFailure});

do I need to append a querystring to the page if people using application are behind a proxy/caching system?

Thanks

Pomata

Animal
2 Dec 2006, 11:51 PM
If you use the UpdateManager to get content, it can add a cachebuster param for you.

http://www.yui-ext.com/deploy/yui-ext/docs/output/YAHOO.ext.UpdateManager.html#disableCaching