|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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? |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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 ================== |
|
![]() |
| Outils de la discussion | |
|
|