need help printing frames

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

    need help printing frames

    I have a script for printing the contents of a frame.
    It works fine but I would like it not only to print the designated frame
    but to add a header or message at the top or bottom.

    Anyone know how??

    Thanx in advance

    Starfire


  • Thomas 'PointedEars' Lahn

    #2
    Re: need help printing frames

    Starfire wrote:
    [color=blue]
    > I have a script for printing the contents of a frame.
    > It works fine but I would like it not only to print the designated frame
    > but to add a header or message at the top or bottom.
    >
    > Anyone know how??[/color]

    For users with client-side JavaScript support you need to rewrite the
    document so that it contains the header or message. For users without
    client-side JavaScript (have you considered that?) a server-side
    application needs to generate a document with the desired header or
    message.

    In short: Within a HTTP UA, without further user assistance you can only
    print what is displayed, no matter how you start the printing process.
    That is why there are `printer-friendly version' links in some documents.


    PointedEars

    Comment

    Working...