Hello,

I'm trying to build an intellegent website that will automatically detect the user's connexion speed and resolution and provide them with the appropriate website. Using javascript to find a computer's screen resolution is pretty simple, but I was wondering whether there was a way of using it to detect the speed of the modem/connexion the user was running.

If this is not possible through javascript, is there another tiny piece of code that will do this? Perhaps there is a way of telling how long it took to download a particular page & then use that to decide which site to send the user to.

Sam