Hi,
Need to check out how to make a print button?
I have tried to make a function as below:
<script language="JavaScript1.2">
function Toprint() {
Window.Print();
}
</script>
<input type = "button" onClick = "Toprint()"
value = "Print">
...that all..
I not very sure how it shld be done..do i need to reite another printable version page in order to re-direct user to there and print from there?
Or can user just print the copy upon clicking the print button?
Need to check out how to make a print button?
I have tried to make a function as below:
<script language="JavaScript1.2">
function Toprint() {
Window.Print();
}
</script>
<input type = "button" onClick = "Toprint()"
value = "Print">
...that all..
I not very sure how it shld be done..do i need to reite another printable version page in order to re-direct user to there and print from there?
Or can user just print the copy upon clicking the print button?