|
 |
asp_web_howto thread: Printing in ASP
Message #1 by jstmehr4u3@a... on Thu, 05 Sep 2002 16:23:47 +0000
|
|
How do you set printer options when printing out a page.
I have a letter that opens in a new window, but when it
is printed out, the URL is at the bottom and the Page
number is at the top. How do I stop this from happening?
TIA!
Mike
Message #2 by Greg Griffiths <greg2@s...> on Thu, 05 Sep 2002 20:14:40 +0100
|
|
You can't that is a browser issue - you can modify the header and footer
globally for IE by amending the Registry, but that must be done by the
local user, the best solution for you is to send back a PDF or a .DOC
instead which will avoid this.
At 16:23 05/09/02 +0000, you wrote:
>How do you set printer options when printing out a page.
>I have a letter that opens in a new window, but when it
>is printed out, the URL is at the bottom and the Page
>number is at the top. How do I stop this from happening?
>
>TIA!
>Mike
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20
Message #3 by jstmehr4u3@a... on Thu, 05 Sep 2002 19:47:30 +0000
|
|
Where would I go in the registry for this? There is only
one person who will be printing out the letters, and
modifications won't be a problem.
> You can't that is a browser issue - you can modify the header and footer
> globally for IE by amending the Registry, but that must be done by the
> local user, the best solution for you is to send back a PDF or a .DOC
> instead which will avoid this.
>
> At 16:23 05/09/02 +0000, you wrote:
> >How do you set printer options when printing out a page.
> >I have a letter that opens in a new window, but when it
> >is printed out, the URL is at the bottom and the Page
> >number is at the top. How do I stop this from happening?
> >
> >TIA!
> >Mike
> >
> >
> >---
> >
> >Improve your web design skills with these new books from Glasshaus.
> >
> >Usable Web Menus
> >http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> >r-20
> >Constructing Accessible Web Sites
> >http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> >r-20
> >Practical JavaScript for the Usable Web
> >http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> >r-20
>
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20
Message #4 by Greg Griffiths <greg2@s...> on Thu, 05 Sep 2002 22:26:06 +0100
|
|
see :
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q236777
At 19:47 05/09/02 +0000, you wrote:
>Where would I go in the registry for this? There is only
>one person who will be printing out the letters, and
>modifications won't be a problem.
> > You can't that is a browser issue - you can modify the header and footer
> > globally for IE by amending the Registry, but that must be done by the
> > local user, the best solution for you is to send back a PDF or a .DOC
> > instead which will avoid this.
> >
> > At 16:23 05/09/02 +0000, you wrote:
> > >How do you set printer options when printing out a page.
> > >I have a letter that opens in a new window, but when it
> > >is printed out, the URL is at the bottom and the Page
> > >number is at the top. How do I stop this from happening?
> > >
> > >TIA!
> > >Mike
> > >
> > >
> > >---
> > >
> > >Improve your web design skills with these new books from Glasshaus.
> > >
> > >Usable Web Menus
> > >http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> > >r-20
> > >Constructing Accessible Web Sites
> > >http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> > >r-20
> > >Practical JavaScript for the Usable Web
> > >http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> > >r-20
> >
> >
> >
> >
> > ---
> >
> > Improve your web design skills with these new books from Glasshaus.
> >
> > Usable Web Menus
> > http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> > r-20
> > Constructing Accessible Web Sites
> > http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> > r-20
> > Practical JavaScript for the Usable Web
> > http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> > r-20
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20
|
|
 |