Hello all. We have an interesting situation: A developer wants to allow
users to print a text-only version of an ASP page -- but do so without
showing the page. In other words, the users are viewing the regular version
of the page, but then click the "Print Text-Only Version" (and see the print
dialog) but not see the page that will be printed. Is this even possible?
Thanks.

Re: Printing a Text file from ASP by Net

Net
Sat Feb 07 03:30:12 CST 2004

dw wrote:
> Hello all. We have an interesting situation: A developer wants to
> allow users to print a text-only version of an ASP page -- but do so
> without showing the page. In other words, the users are viewing the
> regular version of the page, but then click the "Print Text-Only
> Version" (and see the print dialog) but not see the page that will be
> printed. Is this even possible? Thanks.

Using CSS: @media=print with liberal use of display:none;

--
Net



Re: Printing a Text file from ASP by dw

dw
Sat Feb 07 07:48:01 CST 2004

Thanks.

"Net Mongrel" <netmongrel@blueyonder.co.uk> wrote in message
news:Ee2Vb.8648$SN7.78883963@news-text.cableinet.net...
> dw wrote:
> > Hello all. We have an interesting situation: A developer wants to
> > allow users to print a text-only version of an ASP page -- but do so
> > without showing the page. In other words, the users are viewing the
> > regular version of the page, but then click the "Print Text-Only
> > Version" (and see the print dialog) but not see the page that will be
> > printed. Is this even possible? Thanks.
>
> Using CSS: @media=print with liberal use of display:none;
>
> --
> Net
>
>