Difference between revisions of "Event Watcher"

From Level Access Web Labs
Jump to navigation Jump to search
Line 5: Line 5:
 
     <script type="text/javascript">
 
     <script type="text/javascript">
 
       document.onload = run();
 
       document.onload = run();
       function
+
        
 
       function test(e) {
 
       function test(e) {
 
           // e ? e : window.event;
 
           // e ? e : window.event;

Revision as of 15:29, 14 April 2014

Move through the fields below and watch the events that are sent by the browser. For example, use with AT to find out what events are being fired.

test

Log area