This might be caused by the persitent cache in bug in Explorer. I put these lines in the template called by the Ajax function, and the problem is solved.
<cfheader name="Cache-Control" value="no-store" /> <cfheader name="Pragma" value="no-cache" /> <cfheader name="Expires" value="Tue, 16 Oct 1973 00:00:00 GMT" /> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348700 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

