hi!!!
i have a button on my page where i wrote this code
onclick="window.print()"
to print the page but when i click it
i get another window to ask properties about page
is there any way to print the page directly with out showing this window.....
Printable View
hi!!!
i have a button on my page where i wrote this code
onclick="window.print()"
to print the page but when i click it
i get another window to ask properties about page
is there any way to print the page directly with out showing this window.....
No. And that's a good thing. Otherwise someone could write:and the user will not be given the choice to print them or not.Code:onload="while (true) window.print()"
thanks for replay..
But i think it should be any thing for that purpose.....
and the statment u wrote for print ...
we can do many more things like this.. but why we do ????
any way.. i hope there will be any solutions for that....
thanks again.
There is definately not a way of doing that, i've looked into this before.
Anyway, its not much trouble for the user to click 'OK' anyway is it?
ok thanks to all u . for replaying...
but my cheif says that i didn't want to click ok button when i click the print button.
i will tell him again that it is not possible.
thanks again..