I want to design a simple HTML page to show Internet service provider and speed of Internet. How can I do it in JavaScript or jquery .
Asked
Active
Viewed 501 times
0
-
1http://stackoverflow.com/questions/5529718/how-to-detect-internet-speed-in-javascript – Umesh Sehta Jan 19 '15 at 11:38
-
nope, that can't be done on the client side – atmd Jan 19 '15 at 11:38
-
http://jsfiddle.net/21x7vo14/ – Umesh Sehta Jan 19 '15 at 11:43
-
Javascript code runs on client side. If you want a reliable way to determine speed and service provider, I would suggest you look into a server side solution. – Ozan Jan 19 '15 at 11:38