using javascript to track another javascript script? -


I was wondering if there is a way to do javascript tracking (library, frameworks, tutorials) with another script ? Actually, I want to track the site as a user's work, which is likely to be expanded, the same function is executed on the same parameters and so on.

Thanks a lot!

The extension you are hoping to gather and report without slowing down your script For any solution, it will be challenging - consider that, for for every call, at least 1 other call will be required to be collected.

It would be better to choose some key events (mouse clicks, etc.) and track only some details (like time) for them. If you are using Ajax, keep javascript and browser strangely and track it on server-side.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -