Is it possible for me to write a script that sends a form when a user closes, goes to another site, or etc... And how would I do it? Thanx!
youll need to use javascript for that. when the user leaves the site, [event= document.onClose] pop open a new window with the form in it. use javascript to submit the form [document.myForm.submit()] then close the window [window.close()]
hope that helps...
-paul http://xhawk.net