|
I think the only way to do this would be with server side scripts - as the scripts that have this feature use what is called a session variable to work out how many active IPs (note these do NOT always equate to visitors as AOL IPs are very dynamic).
You'll be hard pressed to find anything in JavaScript that does this, as the script would have to write to the server to let everyone else know that there is another user hanging around at the site... other than when it is used for Remote Scripting, JavaScript run at the browser should not have write priveleges on the server.
I forgot to mention that this kind of functionality (when done through the session variable at least) is only available to scripts running on your local server... there are no "add this code to your pages and we'll do the rest" services like this that would be accurate... something like this would require a script running on the same server.
__________________
Web Site Owner's Resource - Please login or register to view this content. Registration is FREE
Last edited by Tiggy; 07-23-2002 at 12:04 PM..
|