Click to See Complete Forum and Search --> : Meta refresh question


comptech520
11-08-2008, 09:34 PM
Hello,

After my form is submitted, it gets redirected to a thank you page. The header of that page is listed below, When it redirects, IE says the page can not be found

Any ideas on this one?


<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title><?php echo $website_title;?></title>
<link href="<?php echo $website_URL;?>css/import.css" type="text/css" rel="stylesheet" />
<link rel="shortcut icon" href="<?php echo $website_URL;?>images/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="icon" href="<?php echo $website_URL;?>images/favicon.ico" type="image/vnd.microsoft.icon" />
<meta http-equiv="Refresh" content="6; url=http://www.mydomain.com/">

</head>

Eye for Video
11-08-2008, 10:01 PM
So the thank you page loads OK but just the meta refresh from there doesn't work? or the thank you page doesn't load? Did you save thank you as a php file? If it doesn't load, what's the php for the submit action?
On the thank you page, if you remove all the php and load the page, will it refresh?
EfV

Coyotelab
11-09-2008, 05:38 AM
This link (http://en.wikipedia.org/wiki/Meta_refresh) might help.