Package scone.accesstracking2

Scone is able to trace the actions of a user when using a Web browser.

See:
          Description

Class Summary
AccessTracking  
AccessTrackingMeg This meg creates the user logging entries in the access database.
BodyEventAdder Adds events to the BODY-Tag to track the actions of a user.
EventDecoder The methods of this class are called by AccessTrackingMeg.
EventDecoderFirefox The methods of this class are called by AccessTrackingMeg.
EventDecoderGecko The methods of this class are called by AccessTrackingMeg.
EventDecoderIE The methods of this class are called by AccessTrackingMeg.
FormSubmitEventAdder Adds events to the BODY-Tag to track the actions of a user.
FrameHistory Keeps the history of one Window/Frame of a Web-browser to amalyse the movements of the user.
JavaScriptAdder Adds line in header to get JavaScript code from AccessTrackingMeg, which tracks user actions.
LinkEventAdder Adds onClick-Events to all A and AREA elements.
NoHTMLAccessMeg This meg creates the user logging entries in the access database for non-html documents...
TimeStoreScriptAdder Inserts a piece of JavaScript code on top of HTML-Page, that stores the actual Time.
UriStripper  
UserHandling  
UserHandlingMeg This meg creates the user logging entries in the access database.
 

Package scone.accesstracking2 Description

Scone is able to trace the actions of a user when using a Web browser. The SimpleAccesstracking works on most browsers and platforms which support JavaScript.

New: It was now optimized for Mozilla 1.7ff and Firefox 0.9ff (EventDecoderGecko) and also the Internet Explorer (EventDecoderIE).