I need something to keep track of browser activity. As in the button clicks on different forms, what input events happened etc etc. Dont worry its not for spying on people, its for use for data in a larger project.
I figure there must be a firefox extension for such a basic thing, has anyone heard of it? It shouldnt be that hard to write one for someone good with javascript, but I would much rather not have to learn tedious javascript event handling for this one thing.
Any other approach would be fine too. Basically I want to be able to play back the actions taken by a user on html form elements/javascript elements.
ravage … i believe many guys in computer forum do jobs and do not hang around on forum as much as the people in cafe. I don’t expect quick responses on this forum, and so should you
ok … so firefox extensions, obviously you would find 'em here. You got to dig into there.
One ext. similar to ur needs i could find is Slogger.
Other than that, if u want to know what data was sent out in an HTML form … one way to know that is set up Ethereal/Wireshark for POST requests going out from your target host, and capture them into a file.