The check box inserts an onclick event handler function named dcsFormButton
.
The handler is bound to the document body.
When a mouse click occurs on the page, the handler is called. The handler receives an event object as a parameter.
If the event object meets the criteria below, then its contents are passed as parameters to dcsMultiTrack.
The handler discerns four types of buttons:
- A
<form>
tag with method=get
- A
<form>
tag with method=post
- An
<input>
tag, no enclosing <form>
tag
- A
<button>
tag, no enclosing <form>
tag
An event specific identifier is passed via the WT.dl parameter. This is defined in the Webtrends Unified Event Model.