Jump to content

[SOLVED] Error message: "The local copy of this webpage is out of date..."


immotaylor

Recommended Posts

Hi guys,

 

I have a PHP / MySQL Google map at http://www.geoblender.com/new1.php and when I ask it to run a query with a lot of results I get an error message: "The local copy of this webpage is out of date, and the website requires that you download it again."

 

The database uses mock data to show records for homicides in a city. If I select ALL from the dropdown menu for "Motive," it is supposed to return about 250 records. Instead, I get the error message listed above. This happens when using IE7, but not when using Firefox.

 

Does anyone have any suggestions on how I might fix this problem - other than telling people not to use IE7?

 

Thanks!

 

 

Link to comment
Share on other sites

Are you using Ajax on this?

 

Because IE7 went back to a native object, a Change from IE6 where it used activex

 

    if (isIE)

{

if (window.XMLHttpRequest)

{

          // If IE7, Mozilla, Safari, etc: Use native object

          xhttp2 = new XMLHttpRequest()

}

else

{

if (window.ActiveXObject)

{

          // ...otherwise, use the ActiveX control for IE5.x and IE6

          xhttp2 = new ActiveXObject("Msxml2.XMLHTTP");

    }

    }

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.