Hi, is there some way that I can call a php script when the user closes the window? I can do this using window.open in a javascript called from onUnLoad, but lots of people block pop ups, so that won't work for me. I just need to delete a line in a text file on the server once the user exits. Thanks,
kev