Connecting Tech Pros Worldwide Forums | Help | Site Map

window.print() ini PHP

Newbie
 
Join Date: Mar 2008
Posts: 2
#1: Mar 26 '08
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's Avatar
Moderator
 
Join Date: Jun 2007
Location: York, England, with wolves.
Posts: 4,949
#2: Mar 26 '08

re: window.print() ini PHP


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.
Reply