I am stuck on a school project I want to do. I want to log browser
clicks as a person surfs through an external site completing a task or
something.
I want it to be cross-browser compatible and require no client-side
downloads. Basically, server-side.
With Javascript, you run into cross-domain security issues. With
frames, they can be broken out of. With a custom built browser, the
client-side has to download something.
Can anyone give me any ideas as to if you could do something like this
in ASP.net (or anything else for that matter). Server log analysis is
no help, since the sites are external. Thanks in advance for any ideas
you can give me!!
clicks as a person surfs through an external site completing a task or
something.
I want it to be cross-browser compatible and require no client-side
downloads. Basically, server-side.
With Javascript, you run into cross-domain security issues. With
frames, they can be broken out of. With a custom built browser, the
client-side has to download something.
Can anyone give me any ideas as to if you could do something like this
in ASP.net (or anything else for that matter). Server log analysis is
no help, since the sites are external. Thanks in advance for any ideas
you can give me!!