SyntaxFix
Write A Post
Hire A Developer
Questions
Use this code to return and reload the current window:
function printpost() { if (window.print()) { return false; } else { location.reload(); } }