double click event

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Disco Octopus

    double click event

    Hi,

    Is there such a thin as the "double click" event?

    Something like onclick="dothes tuff"..... would there be something like
    ondoubleclick=" dothestuff" ?

    Thanks


  • Robert

    #2
    Re: double click event

    In article <Q2Fgc.1602$IH5 .67379@news.opt us.net.au>,
    "Disco Octopus" <discooctopusN0 5PAM@yahoo.com> wrote:
    [color=blue]
    > Hi,
    >
    > Is there such a thin as the "double click" event?
    >
    > Something like onclick="dothes tuff"..... would there be something like
    > ondoubleclick=" dothestuff" ?
    >
    > Thanks[/color]

    Your close:

    ondblclick

    Although few web pages use double click.

    Robert

    Comment

    Working...