Shutting off Page # of #

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • James Lattanzio

    Shutting off Page # of #

    Dear Anyone,

    I am displaying an html document and at the end of the page I execute a
    window.print command. I don't want to print the Page # of # at the top of
    the page and the url and date at the bottom of the page. How can I use
    javascript to subvert this header/footer?

    Thanks.

    James Lattanzio


  • Vjekoslav Begovic

    #2
    Re: Shutting off Page # of #

    "James Lattanzio" <europacg@erols .com> wrote in message
    news:bpd7jk$3ni $1@bob.news.rcn .net...[color=blue]
    >I don't want to print the Page # of # at the top of
    >the page and the url and date at the bottom of the page. How can I use
    >javascript to subvert this header/footer?[/color]

    If you are developing Intranet application, you may have a look for activeX
    controle (<URL: http://www.meadroid.co m/>)

    Otherwise, the best you can do is:
    <p>Please, setup your browsers (File -> Page Setup), so that in header
    stays: Page # of # . :-)


    Comment

    Working...