Guest User

Untitled

a guest
Jan 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function print() {
  2. var w = window.open();
  3. w.document.write(....);
  4. // time for rendering images
  5. setTimeout(function () { w.print(); w.close();},10);
  6. }
  7.  
  8. ele.setAttribute("src","LogoUp.png"); // ele is an image element
  9.  
  10. <img style="margin-left: auto; margin-right:auto; src="LogoUp.png" >
Add Comment
Please, Sign In to add comment