
Measuring Viewtime on a website
Hello,
Currently I'm trying to solve the following problem:
I want a script to execute when a website is unloaded. This script
should open a connection to a different server and pass some parameters
over. This way I would be able to track viewtimes on the webpages of our
customers. The first solution chosen was a simple popup, which
disappered as soon as a connection had been established. The
disadvantage of this solution is that it doesn't look very nice and
additionally exit-popups are often blocked by ad-blockers.
The next solution was a javascript which opened an image when unloading
the webpage. Sadly this either doesn't work in Internet Explorer or
kills it off.
But, as this way works quite fine in all other major browsers I'm now
searching for a work-araound for IE. As I don't have much experience in
writing VBScripts, I hope someone in here is able to help me.
Is there a way to open a connection to whatever when the current web
page is unloaded? If so, how can I use it?
With regards,
--