hi there, i have a problem on ie, it stores the default page of ajax.. and my ajax page is dynamic.. and i want dynamically change the values inside the ajax container. no problem in ff but in ie,, what will be my headers for this one?
Forget the headers. Do it this way: var url = 'ajax.php?foo=bar&r=' + Math.floor(Math.random() * 99999); Code (javascript): ... this way it'll send a new request every time, regardless of the headers and cache options.