print page

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

    print page

    How can i use javascript to print a web page?


  • Michael Winter

    #2
    Re: print page

    On Thu, 22 Apr 2004 10:16:49 +0800, Jorntk <jornrk@yahoo.c om> wrote:
    [color=blue]
    > How can i use javascript to print a web page?[/color]

    Please read the group FAQ, in particular:

    <URL:http://jibbering.com/faq/#FAQ4_11>

    Mike

    --
    Michael Winter
    M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk" to reply)

    Comment

    • Chris Hope

      #3
      Re: print page

      Jorntk wrote:
      [color=blue]
      > How can i use javascript to print a web page?[/color]


      window.print();

      Chris

      --
      Chris Hope
      The Electric Toolbox Ltd

      Comment

      • William Morris

        #4
        Re: print page

        window.print(), but if you want real control over your output have a look at
        ScriptX, from www.meadroid.com


        --
        William Morris
        Semster, Seamlyne reProductions
        Visit our website, http://www.seamlyne.com, for the most comfortable
        historically inspired clothing you can buy!

        "Jorntk" <jornrk@yahoo.c om> wrote in message
        news:40872b13_2 @news.tm.net.my ...[color=blue]
        > How can i use javascript to print a web page?
        >
        >[/color]


        Comment

        Working...