window.print() ini PHP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teuku
    New Member
    • Mar 2008
    • 2

    window.print() ini PHP

    I use javascript wondow.print on my web page (using PHP).
    but right before the script execute the window.print();
    their will be a popup window that shows the information of my active printer (printer dialog box) -- in the mozilla browser, try to clik CTRL+P,if you dont understand what I mean.
    is their anyone can show me a script to disable it, with out blocking all popup menu.

    Thank You very much.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    You "use javascript" to print the window "using php"?
    That doesnt make sense.

    Also, if the popup is something that is created by the browser itself, then you can't prevent it.

    Regards.

    Comment

    Working...