This is a discussion on Print different URL within the PHP Language forums, part of the PHP Programming Forums category; Using Javascript I can use the Window.print() function to open a print dialog box. I want to print a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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? |
|
|||
|
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 ================== |
![]() |
| Thread Tools | |
| Display Modes | |
|
|