I have an ajax routine that I am using on two separate web pages for the same web site. It swaps two views of data. On page one both IE and Firefox process correctly. On page 2 firefox processes correctly but IE doesn't display the requested data, and to the best of my ability to determine, (which is highly suspect) doesn't initiate a valid get header request. In all four cases I am using identical javascript, and in the web page sections defining ajax elements (divs) and headings, identical structures. The only difference is the data sets. IE comes up with an "undefined error". Has anyone had this problem?