How to work in internet explore. It's work in other Browser.But won't work in IE.
<div class="cashbook_wrapper"> <a href="new_reept.html"> <input name="" type="button" value="New Receipt" class="btn" /> </a> </div> Your HTML is invalid. The content model of an <a> element is:
Transparent, but there must be no interactive content descendant.
Your input is interactive content.
If you want a link, then use a link (not a link and a button). If you want it to look like a button, then use CSS.