Log in

View Full Version : Auto forwarding



865 Rydaz
02-07-2006, 03:29 AM
This site is GREAT!!!! I am going to link you guys.
Now, down to business:
I set up a flash screen from this site, but how do I get it to forward to my main page when complete w/o having to click "Skip Intro"? And if you have time, center an image? (see the "Skip Intro" is slightly off center as well as images when placed)

your instructions
http://www.dynamicdrive.com/dynamicindex10/circlemsg.htm

my page
http://home.comcast.net/~865rydazmotorcycleclub/index.html

Xiong Chiamiov
03-02-2006, 07:05 AM
Well, first I must say that the script didn't work for me, so you've got some debugging to do.
Now, if you want it immediately, you can do a


<script type=text/javascript>
window.location=blah;
</script>

or at least I think that's how it goes. There also a way to do it with meta-refresh, but I'll have to look that up.