Skip to main content
June 24, 2009
Question

Printing the contents of a form

  • June 24, 2009
  • 1 reply
  • 410 views

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

This topic has been closed for replies.

1 reply

June 25, 2009

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