Forum Moderators: open
maybe something along the lines of onClick increment a variable and if it = 2 then perform the action.
check the javascript forum [webmasterworld.com]for people who know what they are on about :)
good luck
welcome to WebmasterWorld!
You need to use the javascript
ondblclick. For example: <a href="#" ondblclick="doSomething();return false;"><img src="image.jpg" alt="whatever"></a> You will obviously need to specify the action you require in the Javascript.
I am using graphics as links to other pages and some of them need to be double clicked.
Double clicking was identified by Microsoft as one of the hardest things for a fair few people to do - this is why they tried to get people to click once on many things ever since Windows 98 Active Desktop (or close name to this).
People are used to single clicks in HTML world - its best to keep it this way.