Hello,
I have an ASP form to collect some data and then have the client print it
out through their browser. I was wondering if there was any way to control
and/or eliminate (from the server side) the additional text that gets
printed on the page, such as:
"page 1 of x" at the top of the page;
The date at the bottom of the page;
and the form name and path at the bottom of the page.

Thanks,
Joe

Re: Client printing format by Aaron

Aaron
Sat Jul 17 10:44:41 CDT 2004

Not from ASP.
http://www.aspfaq.com/2014

--
http://www.aspfaq.com/
(Reverse address to reply.)





"JStrauss" <subs@strausselec.com> wrote in message
news:OKsW$KAbEHA.3016@tk2msftngp13.phx.gbl...
> Hello,
> I have an ASP form to collect some data and then have the client print it
> out through their browser. I was wondering if there was any way to control
> and/or eliminate (from the server side) the additional text that gets
> printed on the page, such as:
> "page 1 of x" at the top of the page;
> The date at the bottom of the page;
> and the form name and path at the bottom of the page.
>
> Thanks,
> Joe
>
>



Re: Client printing format by JStrauss

JStrauss
Sat Jul 17 11:02:54 CDT 2004

Thanks for the leads. It looks like I will have to try a small script to
open the print setup on the client every time.

Thanks,
Joe

"Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
news:uxfZ7TBbEHA.3480@TK2MSFTNGP11.phx.gbl...
> Not from ASP.
> http://www.aspfaq.com/2014
>
> --
> http://www.aspfaq.com/
> (Reverse address to reply.)
>
>
>
>
>
> "JStrauss" <subs@strausselec.com> wrote in message
> news:OKsW$KAbEHA.3016@tk2msftngp13.phx.gbl...
> > Hello,
> > I have an ASP form to collect some data and then have the client print
it
> > out through their browser. I was wondering if there was any way to
control
> > and/or eliminate (from the server side) the additional text that gets
> > printed on the page, such as:
> > "page 1 of x" at the top of the page;
> > The date at the bottom of the page;
> > and the form name and path at the bottom of the page.
> >
> > Thanks,
> > Joe
> >
> >
>
>



Re: Client printing format by Stan

Stan
Sun Jul 18 00:06:00 CDT 2004

Joe,

window.print() does the trick.

Stan Scott
New York City

"JStrauss" <subs@strausselec.com> wrote in message
news:OdiHGeBbEHA.3420@TK2MSFTNGP12.phx.gbl...
> Thanks for the leads. It looks like I will have to try a small script to
> open the print setup on the client every time.
>
> Thanks,
> Joe
>
> "Aaron [SQL Server MVP]" <ten.xoc@dnartreb.noraa> wrote in message
> news:uxfZ7TBbEHA.3480@TK2MSFTNGP11.phx.gbl...
> > Not from ASP.
> > http://www.aspfaq.com/2014
> >
> > --
> > http://www.aspfaq.com/
> > (Reverse address to reply.)
> >
> >
> >
> >
> >
> > "JStrauss" <subs@strausselec.com> wrote in message
> > news:OKsW$KAbEHA.3016@tk2msftngp13.phx.gbl...
> > > Hello,
> > > I have an ASP form to collect some data and then have the client print
> it
> > > out through their browser. I was wondering if there was any way to
> control
> > > and/or eliminate (from the server side) the additional text that gets
> > > printed on the page, such as:
> > > "page 1 of x" at the top of the page;
> > > The date at the bottom of the page;
> > > and the form name and path at the bottom of the page.
> > >
> > > Thanks,
> > > Joe
> > >
> > >
> >
> >
>
>