Print a disclaimer.
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I would like some help. i have implemented a print button into a webpage, but it prints the total page, and i am looking for printer the content that is in the disclaimer box. can anyone help me on how to create this? Thanks,
you can put the portion of code in div which is to be print and then onclick of the print button call a javascript function which will get the div and will print it.