|
The easiest way to debug something like this would be to make it an alert instead of print....instead of document.print use alert and it will show you the html it should be printing from this alert you can then see where it messed up. Another alternative would be to have it print into a textarea so you can copy/paste and see the results for a longer period of time. If you would like post a link to the script and I am sure someone will be more than happy to help you.
Regards,
Kevin
|