canadianjameson
05-07-2004, 06:40 PM
Hey.
I'm trying to have my users click a print icon and print another page using this code in the <head tag>
<link rel=alternate media=print href="print_linecard.html">
when the users are on another url. it works fine, but isnt functional in netscape. any alternative ideas?
- also, is there any way to define what is printed in the bottom left hand corner (where the address is)? i'd rather it not show the print_linecard.html
more importantly, on the print_linecard.html, i want to define where to start printing page 2... because if i dont it'll cut a paragraph right in the middle.
i tried just using a bunch of <p>, but thats inefficient and doesnt always print out properly.
is there a script or code i could use to signal the printer to print until this point, then print on another page?
Thanks,
-- Jay
I'm trying to have my users click a print icon and print another page using this code in the <head tag>
<link rel=alternate media=print href="print_linecard.html">
when the users are on another url. it works fine, but isnt functional in netscape. any alternative ideas?
- also, is there any way to define what is printed in the bottom left hand corner (where the address is)? i'd rather it not show the print_linecard.html
more importantly, on the print_linecard.html, i want to define where to start printing page 2... because if i dont it'll cut a paragraph right in the middle.
i tried just using a bunch of <p>, but thats inefficient and doesnt always print out properly.
is there a script or code i could use to signal the printer to print until this point, then print on another page?
Thanks,
-- Jay