In a asp.net content page I have a hyperlink and I am making call to window.print.. but its not working, not opening the print window.
<a href="javascript:window.print(); return false;" style="border:none" >
<input type="image" src="print.png" alt="" />
</a>
any ideas why?
Thanks