Jump to content

mot0

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by mot0

  1. mot0

    HTML Dom

    Oh, didn't test for for IE...I only use FireFox. I should test other browsers as well when I code .
  2. mot0

    HTML Dom

    That is nice of you two to agree on something that does not matter. It is just a name of course...I was just pointing out a mistake in the coding. Under "HTML Dom". Not Javascript, HTML, CSS, etc. but "HTML Dom".
  3. mot0

    HTML Dom

    It's because it only triggers the left & the right mouse buttons. Not the middle, nor MOUSE4 or MOUSE5.
  4. mot0

    HTML Dom

    For the Example:"Which mouse button was clicked?" in HTML Dom Examples.Link to HTML Dom Examples: http://www.w3schools.com/htmldom/dom_examples.aspLink to Tryit Editor v1.4: http://www.w3schools.com/js/tryit.asp?file...om_event_buttonChange: (event.button==1) to (event.button==0) for it to work properly
×
×
  • Create New...