Click to See Complete Forum and Search --> : Redirect after a time delay.


bigal
11-07-2003, 02:22 PM
On my site, the index.html file checks for flash then redirects you to the intro page. But i wanted to pu a fancy checking for flash and a little symbol on the checking for flash page sooo:

Attached is 2 files, the origional WORKING one (origional.html and the modified one by me, (mescrewingitup.html)

If you look at the very long flash checking origional, the bit theat tells it where to go it it finds the flash page is:

var flashPage = "file.php" // The location of the flash movie page

but i put a "countdown 2 sec till redirect" script (attached as countdown.htm) in the head of the file, it is sopposed to be triggered by:

<body onload="countdown();">

but i changed :

var flashPage = "file.php"

to

var flashPage = "countdown();"

and to put it lightly, it dont work! :(

I know i am a compleate muppit, but what part am i screwing up?

Thanks.

My site: www.hellzbellz.net (http://www.hellzbellz.net)

(my shameless publicity! :rolleyes: )

bigal
11-08-2003, 03:28 PM
<<<<<<BUMP>>>>>>

Anyone at all? :(

Nevermind!