problem with javascript: return false is not working

Change your code as

<a class="button" href="https://stackoverflow.com/questions/5800720/Cancel" onclick="return clearForm()">Cancel</a>

Leave a Comment