onunload is a great function but it generates popups!
Posted by Martin on 08/25/05 02:12
Does anyone know a way to use the htm <body onunload=foo()> function
to execute a php script without creating another window (popup). This
has some real applications for tracking visitors and getting accepted
by the google monster.
I am simply trying to write (append) a file with information on exit
from my web site. Seems like that should not be a big deal.