ahh... ok looking at that example I think your prob might lie with the server side *.asp script.
You could look at changing that for a bit of php.
<?php
return date('H:i:s');
?>
call the above file "time.php"
and change this in your script "xmlHttp.open("GET","time.asp",true);" to this "xmlHttp.open("GET","time.php",true);"
Just taking a stab in the dark here as I dont have my laptop out to test it
You could look at changing that for a bit of php.
<?php
return date('H:i:s');
?>
call the above file "time.php"
and change this in your script "xmlHttp.open("GET","time.asp",true);" to this "xmlHttp.open("GET","time.php",true);"
Just taking a stab in the dark here as I dont have my laptop out to test it