Web Designer? Design and market your own professional website with easy-to-use tools.
Compare, review and buy thousands of Laptops , software products at CheckCost.co.uk
Your Text Link Here! and your text description here!
The ondbllclick event is used to detect when the user clicks the mouse twice rapidly.
The javascript ondblclick event is used with the button below. Notice that you need to click the button twice rapidly to trigger the event.
<form>
<p>
<form>
<input type="button" ondblclick="parent.location='http://webdevelopmenttutorials.com/'"
value="Click Here" />
</form>
</p>
</form>