Q:

javascript void(0) href

<a href="JavaScript:void(0)">Dead Link</a>
7
<!DOCTYPE html>
<html>
   <head>
      <title>Understanding JavaScript void(0)</title>
   </head>
   <body>
      <a href="javascript:void(0);" ondblclick="alert('Click it twice!')">Click me not once, but twice.</a>
   </body>
</html>
0

New to Communities?

Join the community