PDA

View Full Version : looking for script


DanB_JT
11-26-2002, 07:00 PM
Wondering if there is a script that will log visitors cursor movements on a web page,to see what the most popular places on the page are.Is this possible?

chrisvmarle
11-27-2002, 05:28 PM
The best way I can think of to do this is using JavaScript to log some mousemovements and then have an onUnload script to safe these movements to a file...

Mzzl, Chris