Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6801581
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:07:03+00:00 2026-05-26T19:07:03+00:00

I have three pages: Step1.php -> step2.php -> step3.php As it shows, after submitting

  • 0

I have three pages:

Step1.php -> step2.php -> step3.php

As it shows, after submitting the step1.php it will go to step2.php

In step2.php there is JavaScript on the bottom, and it will automatically redirect to step3.php after 2 seconds.

<input type="hidden" name="queryString" id="queryString" value="<?php echo $_SERVER['QUERY_STRING'] ?>"/>
<script type="text/javascript">

    function redirection() {
        var queryString =document.getElementById("queryString").value;
        var reloadURL = "step3.php?"+queryString;
        location.href = reloadURL;
    }

        setTimeout("redirection()", 2000);
</script>

This forward flow is working in every other browser.

Now I am just clicking the back button of the browser from `step3.php page. Then it comes to step2.php and after 2 seconds it will go to step3.php.

But in Safari it doesn’t work, it will get stuck on step2.php.

Any ideas?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:07:04+00:00Added an answer on May 26, 2026 at 7:07 pm

    Webkit browser are caching the last state of the last pages, as it was, when you left. Have you tried to use a meta tag instead. Don’t know if this works, but worth a try:

    <meta http-equiv="refresh" content="2;url=page2.php">
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm playing with a GWT/GAE project which will have three different pages, although it
I have taken three textboxes over aspx page. A JavaScript function is associated with
I have a PHP based site with dynamic pages , such as /page.php?ID=1. The
I have three panes with the InfoPane center option. I want to know how
I have three tables: page, attachment, page-attachment I have data like this: page ID
I have three Divs on the page and they are absolute positioned. Lets call
I have a tree representation of pages in a CMS application. I understand how
I have three TextBox controls on the page <asp:TextBox ID=TextBox1 runat=server AutoPostBack=True OnTextChanged=TextBox_TextChanged TabIndex=1>
I have three tables tag , page , pagetag With the data below page
So I currently have three unordered lists in my header. This is a single-page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.