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