Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: frames.printPage.print is not a function #38

Open
divyangdodiya opened this issue Jan 30, 2018 · 3 comments
Open

Uncaught TypeError: frames.printPage.print is not a function #38

divyangdodiya opened this issue Jan 30, 2018 · 3 comments

Comments

@divyangdodiya
Copy link

Facing this issue Uncaught TypeError: frames.printPage.print is not a function on page jquery.printpage.js at line number 87 , any solutions please ?? TIA;)

@moritzruth
Copy link

I've the same problem :(

@chiewmey
Copy link

chiewmey commented Jul 10, 2018

The print window was open twice for 2 pages document after I applied "Possible fix for issue #38"

@arun-chief
Copy link

arun-chief commented Aug 11, 2018

Just apply some updates in script

window.frames['printPage' + pluginOptions.id].focus(); window.frames['printPage'+pluginOptions.id].print();

Ref https://stackoverflow.com/questions/9616426/javascript-print-iframe-contents-only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants