Announcement

Collapse
No announcement yet.

From error page return to previous page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • From error page return to previous page

    Hi, I need a little mental stimulus please.
    I have set up an auto responder campaign and created my own error notification page in the event of an omission or bad email address, with my corporate banner.
    Question. How do I get the error page to revert to the previous page automatically, without having to put a button on the error asking to go back.

    I would like to stay on the error page for a predetermined number of seconds having notified the person of the error, and than return them to the page where the error occurred.
    Thank you

  • #2
    Re: From error page return to previous page

    Hi Start.. Here's a past forum posting that is useful for redirects..

    How to Redirect & Cloak a a url
    Sometimes we want to redirect or cloak a url, the below code is very useful for these purposes.

    <META HTTP-EQUIV=Refresh CONTENT="0;URL=http://www.yournewsite.com">

    Paste in html in the meta area... CONTENT="# of seconds before the redirect... So you can set for a few seconds; the error page will show then redirect to the page of your choice.

    Works good... Hope that helps... Doug

    Comment

    Working...
    X