Page Not Printing

  • Thread starter Thread starter Jeremy Langworthy
  • Start date Start date
J

Jeremy Langworthy

Hi All

My app submits a form to _blank. The new page loads fine and seems to
contain all the correct <html><head> and <body> tags. However when I
try to print it either through File->Print or a window.print()
javascript command it doesn't work. I've tried this on several
printers and none seem to work.

The page is reasonable large (8 screens long). Could this be the
problem?

Any ideas?

Thanks in advance.

Jeremy Langworthy
 
I managed to work this 'infinite pagination' problem out for myself.

To help with spacing I had a column with a 'rowspan' that was set to
length (num of rows) of the table. So effectively there was a single
cell that stretched for more than 1 page (8 in total). I removed the
rowspan formatting and now it works.

Whether 'rowspan' is frowned on or not I'm not sure but I don't think
IE should still be able to print everything it can display.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top