|
|
|
Junior Member
      
участник
Last Login: 26.02.2002 16:28
Сообщ.: 19,
Visits: 210
|
|
Проблема в том что если делать window.print(); то прежде чем вывести на печать он даёт предварительное окно. Весь вопрос состоит в том как его избежать и сразу выводить на принтер???
|
|
|
|
|
Junior Member
      
участник
Last Login: 26.02.2002 16:28
Сообщ.: 19,
Visits: 210
|
|
| Вопрос в дагонку. Можно ли распечатывать только конкретно одозначеные обьекты не скрывая при этом все другие ???
|
|
|
|
|
Forum Member
      
участник
Last Login: 03.12.2001 16:59
Сообщ.: 36,
Visits: 408
|
|
Ага, я зашел на страницу, а у меня из принтера бумага поперла ;) Извени, вот описание:
Calling the print method has the same effect as choosing Print from the Microsoft® Internet Explorer File menu. The print method activates the Print dialog box, prompting the user to change print settings. When the user clicks the OK button, the following sequence of events occurs:
The onbeforeprint event fires. The document prints. The onafterprint event fires.
The onbeforeprint and onafterprint events are particularly useful when not all the information on the page is visible at all times. Use the onbeforeprint to modify the document to make all the information on the page visible for printing. To return the document to its original state, use the onafterprint event.
|
|
|
|