PDA

View Full Version : splash page help...




krossfyter
Sep 21, 2002, 09:47 PM
how does the code go to create splash page that when the animation is done it automatically goes to another page?



Mr. Anderson
Sep 21, 2002, 11:42 PM
my suggestion is to find a page like it and do a view code - probably has it right there.

krossfyter
Sep 22, 2002, 12:12 AM
Originally posted by dukestreet
my suggestion is to find a page like it and do a view code - probably has it right there.

yeah true... i thought of doing that but i wasnt sure if id get the appropriate code by doing that. thanks man. ill just go ahead and check that out.

krossfyter
Sep 22, 2002, 01:12 AM
say one would want a journal on thier site how would one go about doing this?
anybody have any links to a good journal script or whatever?

Nipsy
Sep 22, 2002, 02:44 AM
If the animation is Flash, set a timer in the last frame to redirect the url.

If it is GIF animation, time it on a slow connection, and use meta refresh, or javascript's setTimeout method.