I don't have IE 6 right now, so i won't be able to test the page, but, typically these types of behavior is seen when there is some script error in IE. check to see if there is some error in the javascript end.
-GTG On 8/8/07, Bruce MacKay <[EMAIL PROTECTED]> wrote: > > > Folks, > > I have a small blog application at http://www.thomasbaine.com/thetuis.asp > > The application works fine in IE7 and FF on both the production > server (above) and my local development machine. > > IE6 works fine on my local machine, but fails on the production server. > > By fail, I mean that ajax calls to the server are not returned. For > example, I can post a comment - and it will be stored in the database > - but the return ajax stream of data to update the page does not > arrive. Similarly, click on the "Recent" links to retrieve previous > items of the blog do not "work" - the server receives the instruction > and does the processing, but the return ajax stream doesn't seem to > arrive. > > Any ideas? > > Thanks/Bruce > >

