Is there a way to use the ASP along with the javascript include so that the screen size can be recorded? Does the javascript include need to be changed so that a double record is not submitted?
There are a couple ways you could enhance the scripts to do this, assuming you had some knowledge of ASP and javascript. One way would be to use javascript to write a cookie with the screen resolution and then grab this when tracking the user.
ASP and javascript
Hi,
There are a couple ways you could enhance the scripts to do this, assuming you had some knowledge of ASP and javascript. One way would be to use javascript to write a cookie with the screen resolution and then grab this when tracking the user.
~Chad