Jump to content

Returning to specific page


straygrey

Recommended Posts

I have a series of php & html that the user needs to go through to achieve a task and the last script in the scenario is a php.
From that last php I need to return to the 1st in sequence and I am not getting there using the Header (Location: MainMenu.shtml) construct. Is there a better way?

The scenario might look like MainMenu.shtml->u.shtml->ud.shtml->uu.php and on successful completion of uu.php return to MainMenu.shtml.  ???
Link to comment
Share on other sites

It does not give an error message. It waits for the :-
<META HTTP-EQUIV="Refresh" CONTENT="120;URL=Administration.php">
and times out and I want to get there immediately not after 120 seconds but I cannot alter the META line as I want the 120 second timeout to happen if the users goes to tea in the middle of.
The Header ("Location: ../MainMenu.shtml"); makes no difference. It still times out.
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.