• I added this code to an alternate header for a particular page.
    The goal was to redirect certain classes of users who were taken to this page after login to the page that they were on before they logged in and then refresh it.
    Unfortunately this code just refreshes the first page in an endless loop.
    <META HTTP-EQUIV=”Refresh”
    CONTENT=”0; URL=”javascript:window.location.reload(history.go(-2));”>

  • The topic ‘meta refresh for back 2 and reload’ is closed to new replies.