Print different URL

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

    Print different URL

    Using Javascript I can use the Window.print() function to open a print
    dialog box.

    I want to print a different page however, without loading it up first.
    Is there any way of using output buffering or similar to pipe the page
    result to the browser for printing?
  • Jerry Stuckle

    #2
    Re: Print different URL

    Hugh Oxford wrote:
    Using Javascript I can use the Window.print() function to open a print
    dialog box.
    >
    I want to print a different page however, without loading it up first.
    Is there any way of using output buffering or similar to pipe the page
    result to the browser for printing?
    >
    No. PHP does not run on the browser, and you have no control over what
    the browser does. Try comp.lang.javas cript for ajax suggestions.

    --
    =============== ===
    Remove the "x" from my email address
    Jerry Stuckle
    JDS Computer Training Corp.
    jstucklex@attgl obal.net
    =============== ===

    Comment

    Working...