I do have a page where when the user clicks "Print Page"
actually it takes to another ASP Page and has "printpage()" javascript function on body load .
i.e
. The MS Windows Print Dialog box comesup and it Prints Properly . I was wondering if there is a way i can actually hide the print page and still print this page with just the MS Windows Print Dialog box coming up .
Printpage() does this :window.print();
Thanks!!!!
actually it takes to another ASP Page and has "printpage()" javascript function on body load .
i.e
Code:
<body onload="printpage()">
Printpage() does this :window.print();
Thanks!!!!