It seems like you've run in to the "IE caching" problem.
When using the GET method only, IE will use the cached document, unless something is different in the query string. Several approaches fix the problem.
But see, this for what is probably the best solution, setting headers:
http://codingforums.com/showthread.p...ighlight=works