HomeArticlesFAQsXREFGamesSoftwareInstantBooksBBSAboutFOLDOCRFCsFeedbackSearchSite-Map
logo

Q1678 Is there a way to allow single clicks but prevent double clicks?

You are here: irt.org | FAQ | JavaScript | Event | Q1678 [ previous next ]

Try:

<a href="javascript:' '" onClick="alert('clicked')" onDblClick="return false">click</a>

©2011 Martin Webb