[Javascript] Detect internet connection

Rod Coate rod.coate at falkirkcollege.ac.uk
Wed Feb 16 03:34:29 CST 2005


I think that the question was pointing in the other direction.
I.E. Can you tell if a client machine has a connection to the internet
rather than can someone on the internet tell if a particular client is on.

Rod

-----Original Message-----
From: Richard [mailto:nomorebull at charter.net]
Sent: 16 February 2005 08:56
To: [JavaScript List]
Subject: Re: [Javascript] Detect internet connection


> Hello,
>
>
> Is is possible to write a script that can detect if a user is connected
> to the internet?
>
> Where would I find information that can help me with this?
>
>
> Thanks
>
> Tim
>

Not likely in this century.
Since all activity on the internet is IP based, detecting a particular
user's connection is slightly impossible.
You might be able to detect if a particular IP is active, but an individual
user? No way.
That's kind of like trying to find out if so and so is using the phone
without dialing their number.
As the IP is issued by the server, or to it, which ever, it would have to be
static for a particular user.
Even my cable assigned IP changes from time to time.
You can ping the IP to see if it's active, but that's all you'll get.

_______________________________________________
Javascript mailing list
Javascript at LaTech.edu
https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list