printing problem
i want to generate a invoice in web application, so how can i call print dialog
thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Jul 20, 2009, 1:25 PM
ishika singhPosted Jul 18, 2009, 8:38 AM
Niradhip ChakrabortyPosted Jul 17, 2009, 2:15 PM
<script language="javascript" type="text/javascript">
function printpage()
{
window.print();
}
script>