View Single Post

  #2 (permalink)  
Old 03-01-2008
Jerry Stuckle
 
Posts: n/a
Default 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.javascript for ajax suggestions.

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

Reply With Quote