PDA

View Full Version : HTML Refresh Code - Redirecting to wrong page



Cassiopeia
06 Jan 2010, 10:05 PM
So, I have a simple 15 second refresh set up in the meta of a page, only when it refreshes, it's going back to the same page, rather than the homepage which is where I have it directed to

http://fallinghammerproductions.com/thankyou.html


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Falling Hammer Productions</title>
<meta name="keywords" content="railings, ironwork, iron, blacksmith, stainless steel, wrought iron, custom ironwork, gates, arbors, furniture, hand forged, nickle, bronze, Blacksmithing, Bladesmithing, Swordsmithing, Armoring, and Light Fabrication"/>
<meta name="author" content="<Cassandra Covill"/>
<meta http-equiv="Content-Language" content="English" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta HTTP-EQUIV="REFRESH" content="15"; url="http://fallinghammerproductions.com"/>
<link rel="stylesheet" type="text/css" href="FallingHammer.css" media="screen" />
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<style type="text/css">
<!--
.llc {
font-size: 16pt;
}
.ItalicOrBold {
font-style: italic;
}
#wrap #content {
color: #000;
}
.blacklinks {
color: #000;
text-decoration:underline;
}
-->
</style>
</head>
<body>



Should I put a www. before it? I mean it shouldn't matter.. much I guess I'll give it a shot.

EDIT: Nope, that didn't work. still redirecting back to thankyou page

zachsformacs95
07 Jan 2010, 12:06 AM
[comment deleted]