Pops, >However, under IE, I am seeing the same JSON result over and over >again. Sounds like a IE caching behavior.
It is a caching issue. See this thread for lots of different solutions: http://groups.google.com/group/jquery-en/browse_frm/thread/7d752af6f44f887/d 58e156484a3b959?lnk=gst&q=ajax+cache+ie&rnum=3#d58e156484a3b959 The 2 most popular are either to add the current browser time in milliseconds to the request or to prevent caching by pushing the correct headers via your server script. -Dan