Skip to main content
June 24, 2009
질문

Printing the contents of a form

  • June 24, 2009
  • 1 답변
  • 411 조회

After I retrieve a record from the database using a Recordset in Dreamweaver, I am formatting the data and using JavaScript window.print() to send the data to the printer.  But even though the printer is activated I am getting a blank page.  Any ideas as to why window.print() is not working properly? I tried it with both IE and Firefox and I get the same result (note that my JavaScript is turned on).

이 주제는 답변이 닫혔습니다.

1 답변

June 25, 2009

The problem was resolved. window.print() started to work.