I am using below piece of code to print an iframe with large data but in firefox it is only printing first page, the firefox don't print rest pages.
window.frames[frameID].focus();
window.frames[frameID].print();
Please suggest if any change is needed.
Thanks in advance.