function printImg(url) { var win = window.open(''); win.document.write(''); win.focus(); }

Komentar