Click to See Complete Forum and Search --> : printing control in VB script


nilch
August 20th, 1999, 07:10 AM
I want to be able to print the html page retturned thru the ASP file to a printer and enforce page-break, headers on every page, setting page size etc. Otherwise printing an HTML page results in continous printing across tear-off margins of continous stationery.
How do I implement this ?

Lothar Haensler
August 20th, 1999, 07:13 AM
if you own IE 5 you should take a look at the CSS attributes for printing like page-break-before and so on. But that's not VB related.