Hits Today: 1 Total: 40290 | Updated: 10/7/2000 | |
 | This tutorial shows you how to generate printer friendly version of your webpages. The printer-friendly version simply removes the links, the header graphics, and the advertising (if any) creating a nice, neat, easily printable format.
Author: 4GuysfromRolla.com Code: ASP 2.0 & VBScript |
Hits Today: 1 Total: 5611 | Updated: 6/19/2005 | |
 | This code snippet shows how to implement a "printer friendly" HTML page link for your site. It uses the XMLHTTP object instead of something like FSO, this means that the ASP page is actually executed and not just 'read' as a stream of characters.
Author: Livio Siri Code: ASP 3.0 & VBScript |
Hits Today: 8 Total: 22287 | Updated: 8/8/2001 | |
 | This article shows you how to do a custom report from a database and then print a certain number of rows each page with a header colum just like in Excel! Requires Internet Explorer 5.X or better. | |  | |
Hits Today: 4 Total: 18191 | Updated: 11/17/2002 | |
 | This code allows you to make a print friendly version of you exsisting webpage with minimal fuss by simply inserting a few tags, and passing the page to the print.asp script. Author: PortJump Pete Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 11318 | Updated: 11/17/2002 | |
 | Using CSS you will be able to say what you want to be printed. Let's say: "What you print is only what you want to be printed"
Author: Marcio Coelho Code: ASP 3.0 & VBScript |
Hits Today: 6 Total: 17167 | Updated: 11/19/2002 | |
 | The code enables you to single out a section of your page for printing by enclosing it in two tags and passing the page to the script. Author: Peter Graves Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 13926 | Updated: 7/21/2001 | |
 | A few lines of code is all it takes to implement a printer-friendly version of all your pages. Make all those pesky navigation bars and banners disappear! Author: James Shaw Code: ASP 2.0 & JScript | |  | |
Hits Today: 3 Total: 17344 | Updated: 7/29/2001 | |
 | This article assumes that you are already comfortable with include files and their use for page layout. If not, you can read more on this topic here. Author: Steven Smith Code: ASP 3.0 & VBScript |
Hits Today: 1 Total: 17698 | Updated: 5/2/2002 | |
 | A few people have asked me how to do printable versions of pages, so I send them to Steven Smiths article. Then they ask how to make the page print. "Ah", I say, "That's different .." Author: Chris Garrett Code: ASP 3.0 & VBScript |
|