I have an anchor in my page which has href property set to a remote url. What i want is when someone double clicks the anchor page should not redirect to designated URL but one javascript function will carry out some operation. I tried to set the href property "#" in function which is triggered after double click but it did not work the page still redirect to remote URL. Can this be done
May be it will be possible in Flash or in OOP like C,C#, but i have no idea how to do it with JavaScript