IE Redirect problems

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default IE Redirect problems

    I am trying to set up a redirect for my site with a viewer is using IE. My site
    is [url]http://www.tmcc.nevada.edu/~maciasd3[/url]. I am using a CSS template from CSS zen
    garden, but the CSS does not show up properly in IE. I do not know enough about
    CSS to fix the problem so I am just going to redirect the IE user to my MySpace
    page (mainly so they can get info on me). I would like there to be a delay in
    the redirect, so they can have time to read this page:
    [url]http://www.tmcc.nevada.edu/~maciasd3/ieblows.htm[/url]. Is there a way to modify the
    "<body onLoad="MM_goToURL('parent','http://www.myspace.com/maciasd')"> tag to
    do this? Thank you for all of your time, and I hope to hear back from you soon!

    -Dave:beer;

    compudude27 Guest

  2. Similar Questions and Discussions

    1. Redirect from App to App
      Hello folks, I'm in a searching of a way to use redirection of a connected client from my current application to another mock application, but...
    2. redirect to guest if first redirect is doesnt work for a user
      Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using...
    3. Lynx and wget - redirect problems for PHP scripts
      I have a PHP script that should be run a few times a day. Currently I run this script manually as I haven't been able to set up Lynx or wget to run...
    4. .Redirect - Concant. problems
      I'm having trouble incantenating this string what is the best way to do this if the string is extremely long especially for response.redirect... ...
    5. Redirect to New Browser Window like Response.Redirect
      That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in...
  3. #2

    Default Re: IE Redirect problems

    You could put this in the head of the document.

    <!--Redirect to t his site, content is the seconds to move to new redirects,
    url is the site to be directed to-->
    <META HTTP-EQUIV="refresh" CONTENT="10; URL=http://www.redirect.html">

    JimTheC Guest

  4. #3

    Default Re: IE Redirect problems

    Thanks! This will make it work well!
    compudude27 Guest

  5. #4

    Default Re: IE Redirect problems

    So I just got around to trying that and it did not work. Any other ideas?
    compudude27 Guest

  6. #5

    Default Re: IE Redirect problems

    Nevermind, when I copied it over the 'URL=' part did not copy with it. Just me being dumb! Thanks!
    compudude27 Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139