Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default go to url w/ delay

    the address of my site changed, and i want to put an automatic redirection on the old page (so that the user has enough time to note the change, but doesn't actually click a link)

    i've been playing w/ the Go to URL behavior but am having trouble figuring out how to create a delay instead of an immediate jump (i don't know java, so i'm kind of fiddling blindly).

    i would like the page to wait 5 seconds before automatically jumping to the new site.
    any suggestions are much appreciated.

    kenny



    herod2221 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. delay
      can I add a delay to a frame without adding loads of frames? what I have at the moment is...
    2. Delay in going to next frame
      When I advance from frame 3 to 4 by the step forward button in the control panel, I get an unwanted 10 second delay, consistently. All sprites in...
    3. MC delay
      I have a MC with two frames in it, when I roll the mouse over it, it goesToAnd stops at the second frame, I want it after it enters the second frame...
    4. quit with delay
      How can I have an "exit" button that will flash a screen (of our credits) for about 2 seconds and then quit.
    5. HELP...Pop up delay
      Go to the Advanced tab on the pop up panel and change the delay to whatever you want it to be. -- BR "foosball is th' DEVIL, Bobby Bouchet"
  3. #2

    Default Re: go to url w/ delay

    use the Meta Refresh tag on the page(s) at the old domain

    Insert-->Head Tags-->Refresh.

    enter the full address- and the delay in seconds.
    Upload the file and check it.

    Advantage- it doesn't require javascript to be on.
    Also- search engines will detect the refresh- and scan the new site for
    links maybe.
    > the address of my site changed, and i want to put an automatic redirection on
    > the old page (so that the user has enough time to note the change, but doesn't
    > actually click a link)
    >
    > i've been playing w/ the Go to URL behavior but am having trouble figuring out
    > how to create a delay instead of an immediate jump (i don't know java, so i'm
    > kind of fiddling blindly).
    >
    > i would like the page to wait 5 seconds before automatically jumping to the
    > new site.
    > any suggestions are much appreciated.
    >
    > kenny
    >
    >
    >
    --
    Team Macromedia Volunteer for Dreamweaver
    Certified Dreamweaver MX Developer

    Alan Ames Guest

  4. #3

    Default Re: go to url w/ delay

    Alan Ames wrote:
    >use the Meta Refresh tag on the page(s) at the old domain
    >
    >Advantage- it doesn't require javascript to be on.
    Disadvantage: It's an abuse of the meta-refresh which is only meant for
    refreshing _the same_ page, not for redirecting.

    The only correct way is a server-side redirect with the HTTP-code 301
    "Moved Permanently". This can be done with a .htaccess-file for example.

    [url]http://www.w3.org/TR/html4/struct/global.html#h-7.4.4[/url]
    "Some user agents support the use of META to refresh the current page after
    a specified number of seconds, with the option of replacing it by a
    different URI. Authors should not use this technique to forward users to
    different pages, as this makes the page inaccessible to some users.
    Instead, automatic page forwarding should be done using server-side
    redirects."
    >Also- search engines will detect the refresh- and scan the new site for
    >links maybe.
    I doubt it. A search engine will most likely ignore the meta-refresh.

    Micha
    Michael Fesser 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