I have a page that displays the online status of a computer on the internet using a basic :
Code: Select all
$status = @fsockopen($ip_address, $port, $errno, $errstr, 2);Can someone point me in the right direction here, as i am not exactly savvy in javascript. I have browsed around the internet for scripts that do this but came up empty ( all of them were for messenger services. )
Or perhaps show me some example code.
Thanks a lot
-- tarja