Suppress Print Information when printing a web page

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

    Suppress Print Information when printing a web page

    I do some web page maintenance for the K-12 district I work for. I'm
    writing some pages so users can print schedules and such. Is there a way to
    keep the browser from printing the page title, file name, page number and
    date?


  • pantagruel

    #2
    Re: Suppress Print Information when printing a web page

    set that via css using the media="print" attribute on your stylesheet
    link
    Say no to “printer-friendly” versions and yes to printer-specific style sheets. CSS expert Eric Meyer shows how to conceive and design print style sheets that automatically format web c…


    Comment

    • RobG

      #3
      Re: Suppress Print Information when printing a web page

      JimO wrote:[color=blue]
      > I do some web page maintenance for the K-12 district I work for. I'm
      > writing some pages so users can print schedules and such. Is there a way to
      > keep the browser from printing the page title, file name, page number and
      > date?
      >
      >[/color]
      It is in the browsers' file -> page setup options. You can't control
      these settings with JavaScript.

      --
      Rob

      Comment

      • JimO

        #4
        Re: Suppress Print Information when printing a web page

        Thanks guys.


        "RobG" <rgqld@iinet.ne t.auau> wrote in message
        news:42f88464$0 $32214$5a62ac22 @per-qv1-newsreader-01.iinet.net.au ...[color=blue]
        > JimO wrote:[color=green]
        > > I do some web page maintenance for the K-12 district I work for. I'm
        > > writing some pages so users can print schedules and such. Is there a[/color][/color]
        way to[color=blue][color=green]
        > > keep the browser from printing the page title, file name, page number[/color][/color]
        and[color=blue][color=green]
        > > date?
        > >
        > >[/color]
        > It is in the browsers' file -> page setup options. You can't control
        > these settings with JavaScript.
        >
        > --
        > Rob[/color]


        Comment

        Working...