This looks good- But I don't think the client is going to go for it...

If I embedded the printable material in the flash plugin, it would print
without headers/footers... but creating a flash version of the letter sounds
like a major headache.

But so far, it seems like the simplest solution to the problem.

-Lou

> To my knowledge, there is no way to do it without plugins like ScriptX
> from MeadCo:
>
> http://www.meadroid.com/scriptx/index.htm
>
> Even then, it only works in IE. However, the same company makes a
> product which embeds IE in the Netscape browser. :)
>
> Benjamin S. Rogers
> http://www.c4.net/
> v.508.240.0051
> f.508.240.0057
>
> -----Original Message-----
> From: Louis Klepner [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 14, 2002 7:51 PM
> To: CF-Talk
> Subject: printing
>
>
> Hello,
>
> I'd like to allow users to print out letters generated by CF - and I'd
> like to avoid the page title top, URL on the bottom of the page. What is
> the simplest way of doing this? I'd really like to use plain HTML, is
> there a Javascript command which will disable header/footer printer
> output?
>
> I'm triggering the letter to print with:
>
> <script language="JavaScript">
> function sendPrinter() {
>   if( window.print ) {
>     window.print();
>   }
> }
> </script>
>
> Thanks in advance!
>
> -Lou
>
> (I orginally posted when the list was down, so I'm giving this another
> shot...)
>
>
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to