Hi!.
I am quite new to asp.Net, and have a question re printing.
On the website www.gjeldsassistanse.no i have a budget form over 6 pages, http://87.254.35.30/Registration/Registration I found code for print, but it
only prints one page, that page the print button resides. Code:
<html>
<head>
<script type="text/javascript">
function printpage()
{
window.print();
}
</script>
</head>
<body>
<input type="button" value="Print this page" onclick="printpage()" />
</body>
</html>
Do you know other scrips easy to install for printing the full form, or possibly other ways to do this?
Go to the complete details ...