Click to See Complete Forum and Search --> : number of pages to be printed!


pelegk1
07-10-2003, 07:10 AM
when i print from my broswer the pages i show on screen
i use
window.print()


if i do file->print preview i cn know how many pages will be sent o the printer execlly (beacuse the browser show me a preview and makes a render of my pgae)
i want to know when i make window.print()
how many pages will be printed!
does any 1 have an idea how to do it?
thanks in advance
Peleg

pyro
07-10-2003, 07:44 AM
The print() method doesn't have any arguments, so to my knowledge, you can't do what you are asking...

pelegk1
07-10-2003, 07:50 AM
window.print()
is there a way to know how many (if i want to print) there will be printed pages?
by the way i am using to print an activeX called ScriptX
so i want to know (using that activeX or in javascript way to know how many pges will be printed if i decide to print)
10X:)
Peleg

pyro
07-10-2003, 07:52 AM
I don't know any activeX, so it possibly can be done in that -- I have no idea.

pelegk1
07-10-2003, 07:58 AM
any way to know how many pages will be printed if doing the same like print proview?

pyro
07-10-2003, 08:00 AM
Sorry, if it can be done, I don't know how...

Originally posted by pyro
...to my knowledge, you can't do what you are asking...