Results 1 to 2 of 2

Thread: HTML Refresh Code - Redirecting to wrong page

  1. #1
    Join Date
    Dec 2009
    Location
    Connecticut, USA
    Posts
    247

    HTML Refresh Code - Redirecting to wrong page

    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
    Last edited by Cassiopeia; 06 Jan 2010 at 10:10 PM. Reason: adding
    Cassandra's Places to visit
    Personal Website: Http://FadingEclipse.Net/
    Spacescapes: Http://fadingeclipse.deviantart.com/
    Swords & Knives: Http://dragonsbreathforge.com/
    Custom Ironwork: Http://fallinghammerproductions.com/

  2. #2
    Join Date
    Aug 2009
    Posts
    193
    [comment deleted]
    Last edited by zachsformacs95; 06 Apr 2018 at 07:21 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •