Click to See Complete Forum and Search --> : Connection speed detection : script modification HELP !!!


jackeric
03-18-2003, 08:35 PM
The following script detect your internet connection speed. Problem is that you have to press a button to start it.

I would like to set a condition where if connection speed is 56k or less than goto page1.htm else goto page2.htm. The script would start on entering the page that contains it (typically index.htm).

Can someone help me out ? I'm not a programmer.

TIA
:rolleyes:

AdamBrill
03-18-2003, 10:42 PM
Try this code instead. You don't have to have any of the code in the body, but leave the body onload and the script in the head. Just put your image in there, change the size, and away you go. :D Right now it will go to http://www.yahoo.com on a slow connection and http://www.weather.com on a fast connection. I hope that helps. ;)

jackeric
03-19-2003, 06:38 AM
Great !!! Thanks !