I have a website survey form which is here http://www.theremotedoctor.co.uk/survey_form.html
Its goal is to pop up when the customer leaves my site.
I have this code.
But i am not sure where i need to put it.Code:<script type="text/javascript"> window.onunload = unloadPage; function unloadPage() { alert("YOUR MESSAGE HERE"); } </script>
Please can you help.
Thanks



Reply With Quote

Bookmarks