Mike's JavaScript and AJAX

 

Run my fake "Google Analytics"

Every time this web page is displayed or refreshed it grabs the IP address of the person that requested it and the name of the web page and writes it to an SQL file at the SE using this script.

AJAX runs the script

While the rules of AJAX say that it can't return the data the script generates it certainly does run the script and insert a record in the SQL table at the SE.
 

Home