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

  1. #1

    Default Redirection Coding?

    I am trying to have my old page redirect to my new page and I am looking for the coding that does that if anyone knows it. Any help you could offer would be great.
    bjpluim Guest

  2. Similar Questions and Discussions

    1. help in coding
      Hi, I want to build up interactive tutorials that has videos and audios, I want to show some images with voice comments on them, pleeeeeeeease...
    2. ASP redirection
      Hey, I have an idea and wonder if it's possible I want to have a form page with aboot three different drop down menus. once all the options...
    3. c# coding
      (Type your message here) -------------------------------- From: lovey dovey I need help in writing a program that takes any integer and...
    4. redirection
      Thank you for your hel my question is: How can I redirect a visitor to a HTML site if he does not have flash plugin instaled on his computer? on my...
    5. Redirection Help Please
      I try to use PHP to redirect to other page and failed. Please give me a help. Thanks. The script is: if($rows_num>0) { session_start();...
  3. #2

    Default Re: Redirection Coding?


    "bjpluim" <webforumsuser@macromedia.com> wrote in message
    news:da135o$7b3$1@forums.macromedia.com...
    >I am trying to have my old page redirect to my new page and I am looking for
    >the coding that does that if anyone knows it. Any help you could offer would
    >be great.
    You can place a meta tag in the <head> of the old page:

    <meta http-equiv="Refresh" content="0; url=http://your new file">

    HTH

    -Rb

    -Rb 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