function start_printout() { my_picture = new Image(); my_picture.src = "http://www.toreci.com.tr/cgi-bin/logprintout.pl?" + parent.frames[4].location.href; parent.frames[4].focus(); window.print(); }