function print_frag(id) {

聽var div;

聽div = document.getElementById(id);
聽okno = window.open(”, „”, „toolbar=0, location=0, resizable=1, directories=0, status=1, menubar=1, scrollbars=1, height=800, width=700, top=80, left=350′”);
聽var html = div.innerHTML;

聽html = ‘<html><head><link rel=”stylesheet” href=”http://kody.wig.pl/style.css” type=”text/css” /></head><body>’+html+’</body></html>’;

聽okno.document.write(html);
聽//okno.print();
聽okno.focus();
}
<a href=”javascript:print_content(‘fragment’)” mce_href=”javascript:print_frag(‘fragment’)”><b>Drukuj</b></a>

Dodaj komentarz

* pole obowi膮zkowe