Difference between revisions of "Event Watcher"

From Level Access Web Labs
Jump to navigation Jump to search
Line 26: Line 26:
 
     <a href="javascript:alert('test');" onfocus="test(event);" onblur="test(event);" onclick="test(event);" ondbclick="test(event);" onmouseup="test(event);"  onkeypress="test(event);"> test </a>
 
     <a href="javascript:alert('test');" onfocus="test(event);" onblur="test(event);" onclick="test(event);" ondbclick="test(event);" onmouseup="test(event);"  onkeypress="test(event);"> test </a>
 
     <h3>Log area</h3>
 
     <h3>Log area</h3>
     <div id="d1" role="log">
+
     <div id="d1" aria-live="assertive">
  
 
     </div>
 
     </div>

Revision as of 15:50, 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.

  • onfocus
  • onblur
  • onclick
  • ondbclik
  • onmouseup
  • onkeypress

test

Log area