Note that there are some explanatory texts on larger screens.

plurals
  1. POIE "Cannot Display the webpage" appearing in browser history
    primarykey
    data
    text
    <p>I have developed a website where the "back" button does not always go back to the previous page when using IE - no issue with Firefox or Chrome. It seems that for certain page changes, IE cannot initially display the page, and then successfully loads it, but the initial failure appears in history.</p> <p>Then when you hit "back" it first goes back to the error entry (though nothing changes on screen) and then a second hit of the button takes you back a page.</p> <p><img src="https://i.stack.imgur.com/dBpBU.png" alt="Cannot display webpage"></p> <p>I don't see the same behaviour on firefox, and I am not doing any redirects in the page transitions, and the only <code>.htaccess</code> rule I have is for FURL, which is a direct re-write, no redirects:</p> <pre><code>RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] </code></pre> <p>Can anyone suggest an approach to finding out what IE didn't like on the page, that would cause this to happen? </p> <p>The same behaviour is happening in IE7 and IE9.</p> <p><strong>Update:</strong> I think I have isolated this to linkedin plugins. These are used throughout the site. Pages that do not have any plugins work as expected, nothing weird in history. On some pages I have the "Follow Us" plugin:</p> <pre><code>&lt;script src="//platform.linkedin.com/in.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="IN/FollowCompany" data-id="568783" data-counter="none"&gt;&lt;/script&gt; </code></pre> <p>And these have a single "Cannot Display Page" in the history once you go to the page. On another page, I have 6 plugins called, to populate a team page with 5 profiles from linkedin, and a <code>Follow Us</code> plugin. Each call to linkedin results in a "cannot display this page" in the history:</p> <p><img src="https://i.stack.imgur.com/W7FDp.png" alt="enter image description here"></p> <p>Any ideas why this would happen?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload