How do we know if the button was clicked without using events?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    How do we know if the button was clicked without using events?

    Hello friends,
    I have a doubt, that without using the events how do we know the button was clicked or not in javascript
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    i'm quite sure ... without event-handling you would never know ... could you explain what you want to achieve? ...

    kind regards

    Comment

    • mrhoo
      Contributor
      • Jun 2006
      • 428

      #3
      Without using events, the button was never clicked. click is an event type.

      Comment

      Working...