Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
herod2221 webforumsuser@macromedia.com #1
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
-
delay
can I add a delay to a frame without adding loads of frames? what I have at the moment is... -
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... -
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... -
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. -
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" -
Alan Ames #2
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
-
Michael Fesser #3
Re: go to url w/ delay
Alan Ames wrote:
Disadvantage: It's an abuse of the meta-refresh which is only meant for>use the Meta Refresh tag on the page(s) at the old domain
>
>Advantage- it doesn't require javascript to be on.
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."
I doubt it. A search engine will most likely ignore the meta-refresh.>Also- search engines will detect the refresh- and scan the new site for
>links maybe.
Micha
Michael Fesser Guest



Reply With Quote

