Click to See Complete Forum and Search --> : Redirect


lunitari_8100
02-16-2003, 06:10 PM
Okie I am not advanced and can't even understand most of these posts *chuckle*. But I have a question and seems like this would be the prefect place to ask. I have a site that I want to redirct to play a flash movie upon entry. And then this flash movie has a code that auto directs back to my main page upon completion. How to I put a redirect code into my main page that lets it redirect to movie but when movie redirects back it doesnt loop and we dont go around and around and around forever. Thanks!

Wilbur
02-16-2003, 06:16 PM
This is similar to the problem I am having. What code are you using to redirect. There are a number of methods to do this. You could try using the meta tag, an img tag or use window.document.replace. It should be noted however that dependent upon the method chosen there is pros and cons.

Post your code and i will take a look at it.