On Tue, 2007-01-02 at 11:32 -0800, Jürgen Wind wrote: > Robert Cummings wrote: > > > > Out of curiosity, can you guarantee the Javascript redirect will always > > occur before the meta redirect when Javascript is enabled? Otherwise you > > have a race condition. > > > > Cheers, > > Rob. > > > i have no idea, it is just a quick&dirty hack, i'm no js expert ;) > the js part is rather fast, maybe a little delay or window.write is > neccessary after the redirect? No, you always want the javascript to run first. The question is whether a meta redirect could ever occur before the javascript redirect. If it can then occasionally you may get "javascript not detected" since the meta redirect would occur when in fact javascript is enabled. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php