Possible Duplicate:
What does “javascript:void(0)” mean?
In the below snippet what does javascript:void mean ? How can i make the user follow the link when he clicks the logout link provided href="javascript:void"?
<a href="javascript:void()" id="logout" onClick="#" ><strong>Logout</strong></a>