The new MVC template which came with VS 2012 contains the line of JavaScript below in "_LoginPartial.cshtml". I have a question about this JavaScript syntax. Is this JavaScript or Asp.Net specific syntax? Can we use JavaScript calls in normal HTML?
<a href="javascript:document.getElementById('logoutForm').submit()">Log off</a>