Posted By:
murali_sappa
Posted On:
Wednesday, September 13, 2006 12:08 PM
Has to be the cache. If your call to open method is
xmlHttpRequest.open('GET', 'yourGetURL', true)
try replacing it with
xmlHttpRequest.open('GET', 'yourGetURL?extraParam='+Math.random(), true)