PDA

View Full Version : onclick and double click


Kram
04-27-2006, 11:25 PM
Hey all,
I have a site that has a select list with mulitple items (i.e. size of 6) so that it acts like a listbox. I have an onlick event and a ondblclick event. These both fire ok. But the issue is that I dont want the onclick even to fire if the user double clicks the item in the select list.
Is this possible?

Vege
04-28-2006, 03:17 AM
Consider changing this example as you like it.

http://www.jsmadeeasy.com/javascripts/Page%20Details/Top-of-page%20onDoubleClick/template.htm
You could use that example to disable all doubleclicks i guess.