You are here: irt.org | About | Feedback | 2906 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q736
Sent by
kris gale on June 27, 2001 at 14:05:58:
Length:
Too short
Technical:
Not technical enough
Comments:
just a suggestion... you Could use the onClick handler to start a function that uses setInterval() to increment variable, then upon the next click, check the value of that variable (essentially, a counter for the number of intervals that have passed since the last click) and if it's within a certain range, then consider the second click a completed double-click.