HTML Question

Out of context: Reply #4

  • Started
  • Last post
  • 14 Responses
  • jay_tuck0

    The best thing to do is get into your hosting control panel and forward it to where ever it needs to go. Failing that, try this:

    Before </head> paste this:

    <script type="text/javascript">
    <!--
    function MM_goToURL() { //v3.0
    var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
    for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    }
    //-->
    </script>

    Add a blank image to the page and paste this in the <img> tag:

    onload="MM_goToURL('parent','Des... URL');return document.MM_returnValue"

    Ex: <img src="{blank.gif}" " onload="MM_goToURL('parent','Des... URL');return document.MM_returnValue"/>

    • this is the most convoluted solution i can imagine. Seeing MM_ indicates why.heavyt

View thread