(AJAX) duplicate requests in IE

Discussion in 'JavaScript' started by rpcesar, Oct 4, 2007.

  1. #1
    I am having an incredibly hard time with a particular web application of mine. The problem appears to only be happening in IE, in which duplicate requests are issued. The funny thing is I randomly append something on the Http object opens url (random number), and im getting the same number on both requests according to Fiddler. This is really quite weird. The javascript (and full fiddler results for the area showing the bug) is available here http://paste.css-standards.org/26092. A quick sample for those that dont want to wade through the results:

    200 HTTP /app/embed/pjnavigator.php?&r=1613251236161361231
    200 HTTP /app/alert/login.php?&r=35616235612313551235
    200 HTTP /app/embed/pjnavigator.php?&r=1613251236161361231

    The second pjnavigator result came in about 8 seconds later. the function doing this (placed into the onload() of the page) is located in the javascript in the link above.

    Any ideas would be greatly appreciated!

    Richard
     
    rpcesar, Oct 4, 2007 IP