Originally posted by phpman
what is the difference, you send the user there or they go there themselves? either way you send the user away.
When a user goes to a website, they shouldn't have to click again to enter, it's just bad design.
Originally posted by phpman
there is no other way unless you use flash or javascript.
Looks that way

Originally posted by The Hobo
Funny. I would find a page that gives me a Flash or HTML option to be awesome. Especially on a 56k.
I wanted it to be completely invisable to the user.

I know how to tell what kind of connection someone has through flash, so if the person didn't have flash I'd send them directly to the HTML version, otherwise I'd test the speed real quick and then send them to flash or html, depending on speed. But the user could switch to one or the other and set it as a preference which would be saved to a cookie or possibly a database.

The only problem is determining if flash is installed or not, bah so much for my idea

I'll continue to look to see if they're is any other options though.